Montgomery (Iowa) Map Cropping Samples
Montgomery (Iowa) Map Cropping Samples-1
Montgomery (Iowa) Map Cropping Samples-2
Montgomery neighborhoods and villages map with 3D shadow effect
flag map of Montgomery with 3D shadow effect
Montgomery map with 3d shadow effect
Download outline map of Montgomery (geojson format) :
Montgomery.geojson (**)
Download polygon array of Montgomery map for "Google Maps" :
Montgomery.txt
Bounding Box for Montgomery Map : ( 40.900624 , -95.384964 , 41.160026 , -94.927464 )
Wikipedia ID for Montgomery : Q485969
Wikipedia SPARQL Query for Montgomery (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485969 wdt:P1082 ?population. }
OPTIONAL { wd:Q485969 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485969 wdt:P2046 ?area. }
OPTIONAL { wd:Q485969 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485969 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485969 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 Montgomery map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.900624, -95.384964, 41.160026, -94.927464);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Montgomery)
[out:json];
(
rel["name"="Montgomery"][type=boundary];
rel["name:en"="Montgomery"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Montgomery
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Climax | 40.930550 , -95.365830 |
Coburg | 40.918789 , -95.265552 |
Elliott | 41.149367 , -95.162865 |
Grant | 41.142714 , -94.985012 |
Hawthorne | 41.001660 , -95.336940 |
McPherson | 41.011380 , -95.336660 |
Morton Mills | 41.079710 , -94.984710 |
Red Oak | 41.014148 , -95.224825 |
Sciola | 41.033880 , -94.985540 |
Stanton | 40.981015 , -95.102951 |
Stennett | 41.089710 , -95.194440 |
Villisca | 40.929827 , -94.981923 |
Wales | 41.116940 , -95.327220 |
Wallin | 41.059990 , -95.056100 |
Notes:
- You can download geometry data for Montgomery 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.