Download outline map of Monroe (geojson format) :
Monroe.geojson (**)
Download polygon array of Monroe map for "Google Maps" :
Monroe.txt
Bounding Box for Monroe Map : ( 40.898222 , -93.099217 , 41.161424 , -92.639091 )
Wikipedia ID for Monroe : Q485984
Wikipedia SPARQL Query for Monroe (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485984 wdt:P1082 ?population. }
OPTIONAL { wd:Q485984 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485984 wdt:P2046 ?area. }
OPTIONAL { wd:Q485984 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485984 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485984 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 Monroe map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.898222, -93.099217, 41.161424, -92.639091);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Monroe)
[out:json];
(
rel["name"="Monroe"][type=boundary];
rel["name:en"="Monroe"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Monroe
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Albia | 41.027115 , -92.803847 |
Avery | 41.065290 , -92.714360 |
Bluff Creek | 41.147230 , -92.850200 |
Bridgeport | 41.153900 , -92.654640 |
Brompton | 40.931400 , -92.734640 |
Bucknell | 41.066110 , -93.044370 |
Buxton | 41.158340 , -92.821310 |
Consol | 41.071390 , -93.001870 |
Foster | 40.932790 , -92.757420 |
Frederic | 41.090840 , -92.678250 |
Georgetown | 41.012780 , -92.955200 |
Hagerty | 41.076950 , -92.860200 |
Hiteman | 41.058890 , -92.892140 |
Hocking | 40.990840 , -92.820470 |
Lockman | 41.083340 , -92.739360 |
Lovilia | 41.134936 , -92.908146 |
Maxon | 41.040840 , -92.776030 |
Melrose | 40.979024 , -93.050804 |
Miami | 41.147230 , -92.839920 |
Pleasant Corner | 41.104180 , -92.677970 |
Rexfield | 41.081670 , -92.952420 |
Selection | 40.963900 , -92.783250 |
Tyrone | 40.977780 , -92.946590 |
Ward | 41.029450 , -92.886590 |
Weller | 41.107220 , -93.049370 |
Notes:
- You can download geometry data for Monroe 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.