Stewart (Tennessee) Map Cropping Samples
Stewart (Tennessee) Map Cropping Samples-1
Stewart (Tennessee) 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 : ( 36.328724 , -88.070541 , 36.678255 , -87.592358 )
Wikipedia ID for Stewart : Q501954
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:Q501954 wdt:P1082 ?population. }
OPTIONAL { wd:Q501954 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501954 wdt:P2046 ?area. }
OPTIONAL { wd:Q501954 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501954 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501954 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"](36.328724, -88.070541, 36.678255, -87.592358);
);
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) |
Asbury | 36.395330 , -87.878080 |
Atkins | 36.523660 , -87.730570 |
Bear Spring | 36.475330 , -87.754740 |
Big Rock | 36.580610 , -87.760020 |
Bumpus Mills | 36.604770 , -87.837520 |
Carlisle | 36.424770 , -87.756970 |
Chestnut Grove | 36.557550 , -87.868910 |
Cross Roads | 36.348390 , -87.831970 |
Cumberland City | 36.382906 , -87.639573 |
Dove | 36.489428 , -87.842731 |
Dover | 36.481893 , -87.843586 |
Fair View | 36.495880 , -87.897250 |
Fort Henry | 36.507280 , -88.015860 |
Legate | 36.554490 , -87.698630 |
Model | 36.654020 , -87.974245 |
New Haven | 36.507830 , -87.815860 |
Red Top | 36.548110 , -87.665850 |
Snider | 36.621440 , -87.912800 |
Tharpe | 36.573660 , -87.934470 |
Throckmorton | 36.428380 , -87.636680 |
Tip Top | 36.538940 , -87.896690 |
Tobaccoport | 36.642270 , -87.890020 |
Vinson | 36.615330 , -88.020860 |
Wyatts Chapel | 36.551160 , -87.746130 |
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.