Download outline map of Ohio (geojson format) :
Ohio.geojson (**)
Download polygon array of Ohio map for "Google Maps" :
Ohio.txt
Bounding Box for Ohio Map : ( 40.01641 , -80.739236 , 40.186116 , -80.518895 )
Wikipedia ID for Ohio : Q847676
Wikipedia SPARQL Query for Ohio (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q847676 wdt:P1082 ?population. }
OPTIONAL { wd:Q847676 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q847676 wdt:P2046 ?area. }
OPTIONAL { wd:Q847676 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q847676 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q847676 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 Ohio map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.01641, -80.739236, 40.186116, -80.518895);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ohio)
[out:json];
(
rel["name"="Ohio"][type=boundary];
rel["name:en"="Ohio"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ohio
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bethlehem | 40.045139 , -80.689840 |
Betty Zane | 40.143410 , -80.662300 |
Cedar Rocks | 40.028960 , -80.646740 |
Clearview | 40.140016 , -80.690087 |
Clinton | 40.123960 , -80.626190 |
Dawn Ree Acres | 40.121460 , -80.655630 |
Echo Point | 40.081740 , -80.678970 |
Eden | 40.067020 , -80.638410 |
Elm Grove | 40.045630 , -80.651470 |
Forest Hills | 40.087290 , -80.698410 |
Leewood Park | 40.104520 , -80.651470 |
McCulley Estates | 40.040350 , -80.674520 |
Mill Acres | 40.032570 , -80.656470 |
Mount de Chantal | 40.070070 , -80.688410 |
Mount Echo | 40.102300 , -80.529520 |
North Park | 40.085630 , -80.714250 |
Oakmont Hills | 40.067570 , -80.672020 |
Potomac | 40.152850 , -80.529240 |
Roneys Point | 40.073680 , -80.599800 |
Springdale | 40.062570 , -80.653410 |
Triadelphia | 40.048326 , -80.622749 |
Twilight | 40.036180 , -80.593410 |
Valley Camp | 40.064520 , -80.607580 |
Valley Grove | 40.090066 , -80.569228 |
Warwood | 40.116740 , -80.699800 |
Warwood Terrace | 40.118680 , -80.697020 |
West Liberty | 40.166910 , -80.596982 |
Wheeling | 40.075218 , -80.695374 |
Wheeling Heights | 40.044520 , -80.712300 |
Wildwood Acres | 40.053960 , -80.695640 |
Winifred Knoll | 40.041740 , -80.702580 |
Wolf Estates | 40.045070 , -80.698410 |
Notes:
- You can download geometry data for Ohio 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.