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 : ( 37.212313 , -87.137416 , 37.737754 , -86.576471 )
Wikipedia ID for Ohio : Q500663
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:Q500663 wdt:P1082 ?population. }
OPTIONAL { wd:Q500663 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q500663 wdt:P2046 ?area. }
OPTIONAL { wd:Q500663 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q500663 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q500663 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"](37.212313, -87.137416, 37.737754, -86.576471);
);
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) |
Adaburg | 37.591720 , -86.847770 |
Aetnaville | 37.672830 , -86.790540 |
Arnold | 37.391440 , -86.658880 |
Askin | 37.638390 , -86.639980 |
Baizetown | 37.370600 , -86.710820 |
Beaver Dam | 37.406209 , -86.877321 |
Beda | 37.507830 , -86.949440 |
Bells Run | 37.595050 , -86.928330 |
Buford | 37.564220 , -86.983880 |
Centertown | 37.417761 , -86.995957 |
Coffman | 37.463100 , -87.101940 |
Cool Springs | 37.293380 , -86.881940 |
Cromwell | 37.340330 , -86.788050 |
Deanefield | 37.659500 , -86.806930 |
Dogwalk | 37.404770 , -86.630260 |
Dukehurst | 37.510880 , -86.857770 |
Dundee | 37.558940 , -86.772770 |
Echols | 37.333660 , -86.964160 |
Ellmitch | 37.629500 , -86.699710 |
Equality | 37.395880 , -87.065830 |
Flint Springs | 37.343380 , -86.713600 |
Fordsville | 37.635691 , -86.717058 |
Hartford | 37.449871 , -86.893455 |
Haynesville | 37.685050 , -86.756650 |
Heflin | 37.506710 , -87.006940 |
Herbert | 37.718660 , -86.799430 |
Highview | 37.305880 , -86.844440 |
Horse Branch | 37.455880 , -86.676650 |
Horton | 37.435600 , -86.798880 |
Jingo | 37.498660 , -86.808320 |
Kirtley | 37.436990 , -87.101110 |
Magan | 37.600330 , -86.799430 |
Matanzas | 37.450600 , -87.058610 |
McHenry | 37.379405 , -86.922625 |
Mount Pleasant | 37.411160 , -86.751100 |
Narrows | 37.567270 , -86.729990 |
Nineteen | 37.327540 , -86.946660 |
No Creek | 37.480600 , -86.958330 |
Olaton | 37.525880 , -86.687490 |
Pleasant Ridge | 37.598380 , -86.987220 |
Point Pleasant | 37.451160 , -87.100550 |
Prentiss | 37.334770 , -86.840550 |
Ralph | 37.618110 , -86.837490 |
Renfrow | 37.416720 , -86.692210 |
Rob Roy | 37.386990 , -86.798320 |
Rockport | 37.335901 , -86.990966 |
Rosine | 37.452365 , -86.737346 |
Sandefur Crossing | 37.415880 , -86.832490 |
Scottown | 37.323100 , -86.965270 |
Select | 37.359770 , -86.744990 |
Shreve | 37.578660 , -86.628870 |
Shultztown | 37.292270 , -86.837770 |
Simmons | 37.357550 , -86.942220 |
Smallhous | 37.380050 , -87.093610 |
Sulphur Springs | 37.535610 , -86.776660 |
Sunnydale | 37.536160 , -86.819430 |
Taffy | 37.553940 , -86.891660 |
White Run | 37.444770 , -86.641930 |
Windy Hill | 37.419770 , -86.705270 |
Wysox | 37.273100 , -86.907770 |
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.