Download outline map of Liberty (geojson format) :
Liberty.geojson (**)
Download polygon array of Liberty map for "Google Maps" :
Liberty.txt
Bounding Box for Liberty Map : ( 31.520981 , -81.824405 , 32.092551 , -81.049789 )
Wikipedia ID for Liberty : Q487692
Wikipedia SPARQL Query for Liberty (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q487692 wdt:P1082 ?population. }
OPTIONAL { wd:Q487692 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q487692 wdt:P2046 ?area. }
OPTIONAL { wd:Q487692 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q487692 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q487692 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Liberty map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.520981, -81.824405, 32.092551, -81.049789);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Liberty)
[out:json];
(
rel["name"="Liberty"][type=boundary];
rel["name:en"="Liberty"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Liberty
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allenhurst | 31.784044 , -81.607716 |
Bryan Village | 31.891880 , -81.592890 |
Cherokee Village | 31.817710 , -81.601780 |
Creek Island | 31.820770 , -81.656780 |
Darlot | 31.934930 , -81.630390 |
Deerwood Estates | 31.816320 , -81.607330 |
Dorchester | 31.795490 , -81.405110 |
Drum Point Landing | 31.683830 , -81.273990 |
Flemington | 31.850561 , -81.560450 |
Fort Stewart | 31.862710 , -81.517610 |
Fort Stewart | 31.872203 , -81.610013 |
Garden Heights | 31.829380 , -81.601500 |
Gumbranch | 31.836768 , -81.683913 |
Halfmoon Landing | 31.699660 , -81.278440 |
Hallwood Homes | 31.877150 , -81.613170 |
Herbert Heights | 31.832430 , -81.605390 |
Hinesville | 31.826912 , -81.621556 |
Lecount | 31.679940 , -81.458720 |
Limerick | 31.836880 , -81.385940 |
McIntosh | 31.825770 , -81.523720 |
Midway | 31.800406 , -81.419133 |
Mill Creek | 31.829380 , -81.620390 |
Pinewood Estates | 31.816880 , -81.621220 |
Pointe South | 31.820770 , -81.607330 |
Retreat | 31.702990 , -81.414000 |
Riceboro | 31.726431 , -81.443783 |
Seabrook | 31.743550 , -81.328720 |
Sunbury | 31.768270 , -81.280940 |
Trinity | 31.929930 , -81.556500 |
Walthourville | 31.771636 , -81.621746 |
Way Subdivision | 31.831600 , -81.595110 |
Wildwood | 31.819660 , -81.615110 |
Willie | 32.014090 , -81.667340 |
Woodwind South | 31.827990 , -81.605390 |
Notes:
- You can download geometry data for Liberty in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.