Download outline map of Mahaska (geojson format) :
Mahaska.geojson (**)
Download polygon array of Mahaska map for "Google Maps" :
Mahaska.txt
Bounding Box for Mahaska Map : ( 41.161048 , -92.871473 , 41.509551 , -92.41007 )
Wikipedia ID for Mahaska : Q485922
Wikipedia SPARQL Query for Mahaska (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485922 wdt:P1082 ?population. }
OPTIONAL { wd:Q485922 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485922 wdt:P2046 ?area. }
OPTIONAL { wd:Q485922 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485922 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485922 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 Mahaska map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.161048, -92.871473, 41.509551, -92.41007);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mahaska)
[out:json];
(
rel["name"="Mahaska"][type=boundary];
rel["name:en"="Mahaska"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mahaska
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barnes City | 41.507059 , -92.469619 |
Beacon | 41.274623 , -92.681397 |
Bellefountain | 41.280280 , -92.861590 |
Bernina | 41.407780 , -92.766030 |
Bolton | 41.258620 , -92.736030 |
Cedar | 41.212230 , -92.525740 |
Cricket | 41.183890 , -92.807140 |
Evans | 41.302780 , -92.727140 |
Eveland | 41.169730 , -92.800750 |
Exeelsior | 41.256950 , -92.512410 |
Fremont | 41.212527 , -92.434240 |
Givin | 41.225010 , -92.662690 |
Indianapolis | 41.396950 , -92.433520 |
Keomah Village | 41.288547 , -92.536766 |
Lacey | 41.400840 , -92.640190 |
Lakonta | 41.193340 , -92.730470 |
Leighton | 41.338799 , -92.786417 |
Neska | 41.408340 , -92.513520 |
New Sharon | 41.470104 , -92.650924 |
Olivet | 41.313610 , -92.830200 |
Oskaloosa | 41.291864 , -92.640530 |
Peoria | 41.461940 , -92.801310 |
Rose Hill | 41.320361 , -92.463699 |
Taintor | 41.501110 , -92.738530 |
Union Mills | 41.452500 , -92.570740 |
University Park | 41.285649 , -92.614987 |
Wright | 41.249180 , -92.526020 |
Notes:
- You can download geometry data for Mahaska 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.