Long (Georgia) Map Cropping Samples

Long (Georgia) Map Cropping Samples-1
Long (Georgia) Map Cropping Samples-1
Long (Georgia) Map Cropping Samples-2
Long (Georgia) Map Cropping Samples-2
Download outline map of Long (geojson format) : Long.geojson (**)
Download polygon array of Long map for "Google Maps" : Long.txt
Bounding Box for Long Map : ( 31.538667 , -81.981621 , 32.014882 , -81.491798 )
Wikipedia ID for Long : Q493033
Wikipedia SPARQL Query for Long (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493033 wdt:P1082 ?population. }
OPTIONAL { wd:Q493033 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493033 wdt:P2046 ?area. }
OPTIONAL { wd:Q493033 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493033 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493033 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.538667, -81.981621, 32.014882, -81.491798);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Long)
[out:json];
(
rel["name"="Long"][type=boundary];
rel["name:en"="Long"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)


Neighborhoods and Villages of Long
Neighborhoods and VillagesCoordinates (Latitude, Longitude)
Aimar 31.752990 , -81.671500
Beards Creek 31.866320 , -81.885390
Donald 31.821600 , -81.850120
Elim 31.794930 , -81.674560
Ludowici 31.709635 , -81.745694
Noble 31.846600 , -81.929010
Smiley Crossroads 31.863260 , -81.767060
Wefanie 31.770770 , -81.816230


Notes:
- You can download geometry data for Long 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.

Create Long neighborhoods and villages map.


Share this page