Madison (Iowa) Map Cropping Samples
Madison (Iowa) Map Cropping Samples-1
Madison (Iowa) Map Cropping Samples-2
Madison neighborhoods and villages map with 3D shadow effect
flag map of Madison with 3D shadow effect
Madison map with 3d shadow effect
Download outline map of Madison (geojson format) :
Madison.geojson (**)
Download polygon array of Madison map for "Google Maps" :
Madison.txt
Bounding Box for Madison Map : ( 41.156535 , -94.241718 , 41.511916 , -93.789196 )
Wikipedia ID for Madison : Q115404
Wikipedia SPARQL Query for Madison (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q115404 wdt:P1082 ?population. }
OPTIONAL { wd:Q115404 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q115404 wdt:P2046 ?area. }
OPTIONAL { wd:Q115404 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q115404 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q115404 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 Madison map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.156535, -94.241718, 41.511916, -93.789196);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Madison)
[out:json];
(
rel["name"="Madison"][type=boundary];
rel["name:en"="Madison"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Madison
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barney | 41.166660 , -94.003840 |
Buffalo (historical) | 41.311100 , -94.003560 |
Caldwell Siding | 41.452210 , -94.237180 |
Clucas | 41.496660 , -94.051900 |
Earlham | 41.494482 , -94.122251 |
East Peru | 41.227033 , -93.929517 |
Hanley | 41.288050 , -93.834110 |
Harrison | 41.287210 , -94.185230 |
Macksburg | 41.214695 , -94.185067 |
Mcbride | 41.431930 , -93.935780 |
McPherson | 41.240270 , -94.118560 |
Old Peru | 41.235830 , -93.945230 |
Ord | 41.251100 , -94.071060 |
Patterson | 41.348488 , -93.877172 |
Pitzer | 41.373880 , -94.185790 |
St. Charles | 41.288082 , -93.807492 |
Tileville | 41.348050 , -93.936060 |
Truro | 41.209769 , -93.846672 |
Webster | 41.329160 , -94.231350 |
Winterset | 41.345521 , -94.013512 |
Notes:
- You can download geometry data for Madison 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.