Adair (Iowa) Map Cropping Samples
Adair (Iowa) Map Cropping Samples-1
Adair (Iowa) Map Cropping Samples-2
Adair neighborhoods and villages map with 3D shadow effect
flag map of Adair with 3D shadow effect
Adair map with 3d shadow effect
Download outline map of Adair (geojson format) :
Adair.geojson (**)
Download polygon array of Adair map for "Google Maps" :
Adair.txt
Bounding Box for Adair Map : ( 41.157134 , -94.700723 , 41.504153 , -94.241288 )
Wikipedia ID for Adair : Q346804
Wikipedia SPARQL Query for Adair (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q346804 wdt:P1082 ?population. }
OPTIONAL { wd:Q346804 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q346804 wdt:P2046 ?area. }
OPTIONAL { wd:Q346804 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q346804 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q346804 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 Adair map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.157134, -94.700723, 41.504153, -94.241288);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Adair)
[out:json];
(
rel["name"="Adair"][type=boundary];
rel["name:en"="Adair"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Adair
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adair | 41.500390 , -94.643413 |
Arbor Hill | 41.366660 , -94.318290 |
Berea | 41.374150 , -94.680250 |
Bridgewater | 41.247099 , -94.668938 |
Canby | 41.417210 , -94.566640 |
Fisk | 41.201100 , -94.528020 |
Fontanelle | 41.290006 , -94.560049 |
Greenfield | 41.305599 , -94.459151 |
Hebron | 41.254710 , -94.285240 |
Howe | 41.403040 , -94.376070 |
Linwood | 41.424990 , -94.624140 |
Nanito | 41.315540 , -94.289680 |
Orient | 41.203288 , -94.417898 |
Rosserdale | 41.402770 , -94.414410 |
Spaulding | 41.162490 , -94.370240 |
Stanzel | 41.315820 , -94.261070 |
Stuart | 41.499631 , -94.320056 |
Zion | 41.200540 , -94.298850 |
Notes:
- You can download geometry data for Adair 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.