Download outline map of Tipton (geojson format) :
Tipton.geojson (**)
Download polygon array of Tipton map for "Google Maps" :
Tipton.txt
Bounding Box for Tipton Map : ( 35.371211 , -90.179265 , 35.652346 , -89.469862 )
Wikipedia ID for Tipton : Q474999
Wikipedia SPARQL Query for Tipton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q474999 wdt:P1082 ?population. }
OPTIONAL { wd:Q474999 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q474999 wdt:P2046 ?area. }
OPTIONAL { wd:Q474999 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q474999 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q474999 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 Tipton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.371211, -90.179265, 35.652346, -89.469862);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tipton)
[out:json];
(
rel["name"="Tipton"][type=boundary];
rel["name:en"="Tipton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tipton
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Akins Corner | 35.486750 , -89.769250 |
| Antioch | 35.585910 , -89.542580 |
| Atoka | 35.422921 , -89.786305 |
| Avreet | 35.620360 , -89.666750 |
| Beaver | 35.502580 , -89.810920 |
| Bride | 35.600360 , -89.722860 |
| Brighton | 35.481551 , -89.734598 |
| Burlison | 35.557045 , -89.784605 |
| Canaan Grove | 35.443690 , -89.589800 |
| Charleston | 35.495910 , -89.508960 |
| Clopton | 35.460640 , -89.671470 |
| Corona | 35.445360 , -90.082590 |
| Cotton Lake | 35.562020 , -89.505350 |
| Covington | 35.565281 , -89.648126 |
| Crosstown | 35.445640 , -89.792580 |
| Detroit | 35.588970 , -89.813690 |
| Drummonds | 35.463420 , -89.910090 |
| Ebenezer | 35.413970 , -89.618130 |
| Elm Grove | 35.572860 , -89.812580 |
| Gailor | 35.429250 , -89.498130 |
| Gainesville | 35.413420 , -89.609240 |
| Garland | 35.582458 , -89.752579 |
| Gift | 35.552300 , -89.564520 |
| Gilt Edge | 35.533609 , -89.830275 |
| Hopewell | 35.492030 , -89.840360 |
| Howards Landing | 35.509800 , -90.010090 |
| Idaville | 35.431470 , -89.710910 |
| Jamestown | 35.551190 , -89.862310 |
| Keeling | 35.437860 , -89.473410 |
| Leighs | 35.609800 , -89.665360 |
| Mason | 35.412412 , -89.543365 |
| Mount Carmel | 35.497860 , -89.648970 |
| Mount Lebanon | 35.607020 , -89.707300 |
| Munford | 35.443622 , -89.814149 |
| Peckerwood Point | 35.451750 , -89.882030 |
| Quito | 35.413140 , -89.934530 |
| Randolph | 35.516470 , -89.888700 |
| Rialto | 35.623970 , -89.607300 |
| Richardsons | 35.511470 , -89.940090 |
| Saint Paul | 35.493140 , -89.943980 |
| Salem | 35.436190 , -89.736470 |
| Solo | 35.583970 , -89.599800 |
| Tabernacle | 35.522580 , -89.577020 |
| Tipton | 35.413700 , -89.819810 |
| Towering Heights | 35.482860 , -89.944810 |
| Wilkinsville | 35.403140 , -89.896750 |
Notes:
- You can download geometry data for Tipton 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.