Download outline map of Appanoose (geojson format) :
Appanoose.geojson (**)
Download polygon array of Appanoose map for "Google Maps" :
Appanoose.txt
Bounding Box for Appanoose Map : ( 40.584014 , -93.097944 , 40.898886 , -92.637817 )
Wikipedia ID for Appanoose : Q111921
Wikipedia SPARQL Query for Appanoose (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111921 wdt:P1082 ?population. }
OPTIONAL { wd:Q111921 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111921 wdt:P2046 ?area. }
OPTIONAL { wd:Q111921 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111921 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111921 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 Appanoose map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.584014, -93.097944, 40.898886, -92.637817);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Appanoose)
[out:json];
(
rel["name"="Appanoose"][type=boundary];
rel["name:en"="Appanoose"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Appanoose
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Brazil | 40.758070 , -92.954370 |
Centerville | 40.728832 , -92.871184 |
Cincinnati | 40.630949 , -92.922229 |
Clarkdale | 40.785290 , -92.904920 |
Coal City | 40.597240 , -92.718810 |
Darbyville | 40.816120 , -92.873250 |
Dean | 40.627520 , -92.714080 |
Diamond | 40.763070 , -92.965760 |
Exline | 40.649046 , -92.843140 |
Forbush | 40.768900 , -92.877140 |
Garfield | 40.768620 , -93.001870 |
Hiattsville | 40.827240 , -92.810470 |
Iconium | 40.891400 , -92.955200 |
Jerome | 40.718900 , -93.028260 |
Maine | 40.856120 , -92.861590 |
Martinstown | 40.687230 , -92.959090 |
Moravia | 40.891834 , -92.819127 |
Moulton | 40.685408 , -92.676524 |
Mystic | 40.779182 , -92.944612 |
Numa | 40.685407 , -92.979988 |
Orleans | 40.725570 , -92.657410 |
Plano | 40.755423 , -93.046945 |
Rathbun | 40.801694 , -92.887140 |
Sedan | 40.656960 , -92.833530 |
Sunshine | 40.739730 , -92.925200 |
Thirty | 40.696130 , -92.867700 |
Udell | 40.780181 , -92.742698 |
Unionville | 40.818184 , -92.695776 |
Walnut City | 40.812230 , -92.944920 |
Notes:
- You can download geometry data for Appanoose 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.