Mills (Iowa) Map Cropping Samples
Mills (Iowa) Map Cropping Samples-1
Mills (Iowa) Map Cropping Samples-2
Mills neighborhoods and villages map with 3D shadow effect
flag map of Mills with 3D shadow effect
Mills map with 3d shadow effect
Download outline map of Mills (geojson format) :
Mills.geojson (**)
Download polygon array of Mills map for "Google Maps" :
Mills.txt
Bounding Box for Mills Map : ( 40.901045 , -95.883346 , 41.160733 , -95.38417 )
Wikipedia ID for Mills : Q485720
Wikipedia SPARQL Query for Mills (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485720 wdt:P1082 ?population. }
OPTIONAL { wd:Q485720 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485720 wdt:P2046 ?area. }
OPTIONAL { wd:Q485720 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485720 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485720 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 Mills map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.901045, -95.883346, 41.160733, -95.38417);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mills)
[out:json];
(
rel["name"="Mills"][type=boundary];
rel["name:en"="Mills"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mills
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Balfour | 41.048890 , -95.667780 |
Burr Oak | 40.935830 , -95.787780 |
Clark | 40.950550 , -95.540280 |
Emerson | 41.018044 , -95.402742 |
Folsom | 41.090000 , -95.817510 |
Glenwood | 41.044521 , -95.740775 |
Hastings | 41.025088 , -95.494828 |
Henderson | 41.139987 , -95.430974 |
Hillsdale | 41.007500 , -95.670840 |
Malvern | 41.007562 , -95.585666 |
Mineola | 41.141457 , -95.695318 |
Pacific City | 41.047780 , -95.800290 |
Pacific Junction | 41.017989 , -95.799562 |
Silver City | 41.111388 , -95.637873 |
Solomon | 40.905280 , -95.441940 |
Strahan | 40.949720 , -95.499160 |
White Cloud | 40.984160 , -95.523050 |
Notes:
- You can download geometry data for Mills 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.