Download outline map of Todd (geojson format) :
Todd.geojson (**)
Download polygon array of Todd map for "Google Maps" :
Todd.txt
Bounding Box for Todd Map : ( 36.641659 , -87.33598 , 37.075797 , -87.05016 )
Wikipedia ID for Todd : Q502920
Wikipedia SPARQL Query for Todd (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502920 wdt:P1082 ?population. }
OPTIONAL { wd:Q502920 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502920 wdt:P2046 ?area. }
OPTIONAL { wd:Q502920 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502920 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502920 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 Todd map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.641659, -87.33598, 37.075797, -87.05016);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Todd)
[out:json];
(
rel["name"="Todd"][type=boundary];
rel["name:en"="Todd"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Todd
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allegre | 36.928650 , -87.217220 |
Allensville | 36.715935 , -87.066852 |
Anderson | 36.695880 , -87.170280 |
Bradshaw | 36.780040 , -87.150280 |
Britmart | 36.883100 , -87.281110 |
Cedar Grove | 36.934210 , -87.156110 |
Claymour | 36.886710 , -87.111390 |
Clifty | 36.995320 , -87.147780 |
Darnell | 36.651150 , -87.089720 |
Daysville | 36.802260 , -87.066940 |
Elkton | 36.813351 , -87.160888 |
Fairview | 36.842554 , -87.305231 |
Guthrie | 36.648423 , -87.173620 |
Hadensville | 36.670320 , -87.131110 |
Hermon | 36.742820 , -87.165000 |
Jason | 37.048660 , -87.090550 |
Kirkmansville | 37.010040 , -87.242500 |
Liberty | 36.888100 , -87.192780 |
Mays Store | 37.029770 , -87.120830 |
Mount Tabor | 36.958650 , -87.219170 |
Pinchem | 36.702820 , -87.197230 |
Sharon Grove | 36.913380 , -87.097500 |
Tabernacle | 36.873930 , -87.231390 |
Tiny Town | 36.644284 , -87.200320 |
Trenton | 36.722566 , -87.263098 |
Tress Shop | 36.828930 , -87.218340 |
Tyewhoppety | 37.032270 , -87.122780 |
Wilhelmina | 36.843100 , -87.157780 |
Zion | 36.753380 , -87.169450 |
Zion | 36.677820 , -87.295840 |
Notes:
- You can download geometry data for Todd 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.