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 : ( 38.318258 , -83.644913 , 38.725524 , -83.023941 )
Wikipedia ID for Lewis : Q498072
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:Q498072 wdt:P1082 ?population. }
OPTIONAL { wd:Q498072 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498072 wdt:P2046 ?area. }
OPTIONAL { wd:Q498072 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498072 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498072 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"](38.318258, -83.644913, 38.725524, -83.023941);
);
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) |
Awe | 38.421470 , -83.343790 |
Buena Vista | 38.604520 , -83.259630 |
Burtonville | 38.495910 , -83.573250 |
Carrs | 38.657570 , -83.419350 |
Charters | 38.573690 , -83.433240 |
Clarksburg | 38.585080 , -83.366020 |
Concord | 38.687597 , -83.491453 |
Cottageville | 38.604520 , -83.602690 |
Covedale | 38.659520 , -83.521020 |
Crum | 38.459800 , -83.450470 |
Emerson | 38.353970 , -83.252400 |
Fearisville | 38.625630 , -83.597970 |
Firebrick | 38.687580 , -83.047120 |
Garrison | 38.607451 , -83.183330 |
Glen Springs | 38.510910 , -83.485190 |
Harris | 38.378690 , -83.332680 |
Herron Hill | 38.589800 , -83.496860 |
Irwin | 38.682850 , -83.569360 |
Kinniconick | 38.521190 , -83.337960 |
Kirkville | 38.697580 , -83.041290 |
Nashtown | 38.509240 , -83.532690 |
Pence | 38.696460 , -83.532690 |
Petersville | 38.444240 , -83.490470 |
Poplar Flat | 38.594520 , -83.523520 |
Queens | 38.633690 , -83.438800 |
Quincy | 38.623970 , -83.130730 |
Rexton | 38.568690 , -83.122120 |
Ribolt | 38.575080 , -83.519640 |
Rugless | 38.489520 , -83.210460 |
Saint Paul | 38.670910 , -83.087120 |
Sand Hill | 38.663960 , -83.625750 |
Stricklett | 38.484520 , -83.387410 |
Tannery | 38.543970 , -83.215740 |
Tollesboro | 38.559520 , -83.576030 |
Trinity | 38.667020 , -83.616310 |
Vanceburg | 38.593713 , -83.321039 |
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.