Download outline map of Lewis (geojson format) :
Lewis.geojson (**)
Download polygon array of Lewis map for "Google Maps" :
Lewis.txt
Bounding Box for Lewis Map : ( 35.398188 , -87.717559 , 35.659743 , -87.269432 )
Wikipedia ID for Lewis : Q502077
Wikipedia SPARQL Query for Lewis (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502077 wdt:P1082 ?population. }
OPTIONAL { wd:Q502077 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502077 wdt:P2046 ?area. }
OPTIONAL { wd:Q502077 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502077 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502077 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 Lewis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.398188, -87.717559, 35.659743, -87.269432);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lewis)
[out:json];
(
rel["name"="Lewis"][type=boundary];
rel["name:en"="Lewis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lewis
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aethra | 35.561190 , -87.324180 |
Bachelder | 35.542850 , -87.321120 |
Buffalo Valley | 35.453690 , -87.613350 |
Gordonsburg | 35.569800 , -87.423900 |
Hohenwald | 35.551881 , -87.553612 |
Kimmins | 35.620350 , -87.537800 |
Kitchens | 35.480910 , -87.569740 |
Lomax Crossroads | 35.556740 , -87.578910 |
Metal Ford | 35.463690 , -87.479740 |
Napier | 35.438970 , -87.476410 |
Oak Grove | 35.454800 , -87.538910 |
Providence | 35.445080 , -87.583080 |
Riverside | 35.449240 , -87.597520 |
Ruppertown | 35.423960 , -87.594190 |
Salem | 35.615070 , -87.458350 |
Shubert | 35.533410 , -87.570020 |
Sweetwater | 35.497300 , -87.631970 |
Voorhies | 35.449240 , -87.561130 |
Notes:
- You can download geometry data for Lewis 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.