Decatur (Iowa) Map Cropping Samples
Decatur (Iowa) Map Cropping Samples-1
Decatur (Iowa) Map Cropping Samples-2
Decatur neighborhoods and villages map with 3D shadow effect
flag map of Decatur with 3D shadow effect
Decatur map with 3d shadow effect
Download outline map of Decatur (geojson format) :
Decatur.geojson (**)
Download polygon array of Decatur map for "Google Maps" :
Decatur.txt
Bounding Box for Decatur Map : ( 40.573914 , -94.015492 , 40.899369 , -93.556186 )
Wikipedia ID for Decatur : Q156634
Wikipedia SPARQL Query for Decatur (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156634 wdt:P1082 ?population. }
OPTIONAL { wd:Q156634 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156634 wdt:P2046 ?area. }
OPTIONAL { wd:Q156634 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156634 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156634 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 Decatur map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.573914, -94.015492, 40.899369, -93.556186);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Decatur)
[out:json];
(
rel["name"="Decatur"][type=boundary];
rel["name:en"="Decatur"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Decatur
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barrell | 40.698060 , -93.867450 |
Blockly | 40.659720 , -93.754940 |
Brucewell | 40.645840 , -93.637720 |
Davis City | 40.640152 , -93.812602 |
Decatur City | 40.742339 , -93.832728 |
Garden Grove | 40.826579 , -93.607193 |
Grand River | 40.818941 , -93.963387 |
High Point | 40.761120 , -93.594380 |
Kingston | 40.814170 , -93.835220 |
Lamoni | 40.620459 , -93.934400 |
Le Roy | 40.878363 , -93.592470 |
Leon | 40.740747 , -93.754524 |
New Buda | 40.601390 , -93.810500 |
Pleasanton | 40.582483 , -93.743008 |
Tuskeego | 40.666660 , -93.984120 |
Van Wert | 40.871064 , -93.791804 |
Weldon | 40.897289 , -93.735547 |
Woodland | 40.696120 , -93.598000 |
Notes:
- You can download geometry data for Decatur 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.