Stewart (Georgia) Map Cropping Samples
Stewart (Georgia) Map Cropping Samples-1
Stewart (Georgia) Map Cropping Samples-2
Stewart neighborhoods and villages map with 3D shadow effect
flag map of Stewart with 3D shadow effect
Stewart map with 3d shadow effect
Download outline map of Stewart (geojson format) :
Stewart.geojson (**)
Download polygon array of Stewart map for "Google Maps" :
Stewart.txt
Bounding Box for Stewart Map : ( 31.920308 , -85.06833 , 32.232953 , -84.63112 )
Wikipedia ID for Stewart : Q491543
Wikipedia SPARQL Query for Stewart (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491543 wdt:P1082 ?population. }
OPTIONAL { wd:Q491543 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491543 wdt:P2046 ?area. }
OPTIONAL { wd:Q491543 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491543 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491543 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 Stewart map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.920308, -85.06833, 32.232953, -84.63112);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Stewart)
[out:json];
(
rel["name"="Stewart"][type=boundary];
rel["name:en"="Stewart"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Stewart
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beatrice | 32.007100 , -84.904930 |
Brooklyn | 32.173770 , -84.708530 |
Childs Place | 32.128210 , -84.982710 |
Coffinton | 32.009880 , -85.022430 |
Florence | 32.091270 , -85.041040 |
Gillis Place | 32.171540 , -84.976040 |
Heard Place | 32.168490 , -84.990210 |
Louvale | 32.175150 , -84.825200 |
Louvale Station | 32.151540 , -84.836310 |
Lumpkin | 32.048763 , -84.798030 |
Omaha | 32.146260 , -85.013260 |
Perkins Place | 32.136820 , -84.993540 |
Power Place | 32.135990 , -84.998260 |
Randall | 32.066270 , -84.719370 |
Richland | 32.088530 , -84.662565 |
Sanford | 31.979600 , -84.943540 |
Shady Grove | 32.185710 , -84.697980 |
Troutman | 31.936830 , -84.696860 |
Union | 32.156540 , -84.903540 |
Upper Bradley Place | 32.205150 , -84.945760 |
Westville | 32.040990 , -84.789650 |
Notes:
- You can download geometry data for Stewart 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.