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 : ( 43.621905 , -111.983385 , 43.930213 , -111.398713 )
Wikipedia ID for Madison : Q491456
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:Q491456 wdt:P1082 ?population. }
OPTIONAL { wd:Q491456 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491456 wdt:P2046 ?area. }
OPTIONAL { wd:Q491456 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491456 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491456 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"](43.621905, -111.983385, 43.930213, -111.398713);
);
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) |
Archer | 43.713520 , -111.782740 |
Burton | 43.797410 , -111.858020 |
Byrne | 43.691860 , -111.746630 |
Edmonds | 43.912970 , -111.880800 |
Gale | 43.765190 , -111.719410 |
Hart | 43.884080 , -111.739130 |
Herbert | 43.706300 , -111.659960 |
Hinckley | 43.864910 , -111.858300 |
Jensen | 43.742690 , -111.747190 |
Jolley | 43.842130 , -111.778020 |
Lyman | 43.739080 , -111.817740 |
Mark | 43.775190 , -111.831910 |
Moody | 43.836860 , -111.634960 |
Parkinson | 43.816020 , -111.659130 |
Plano | 43.891020 , -111.891640 |
Rexburg | 43.822503 , -111.792275 |
Salem | 43.876580 , -111.773020 |
Sugar City | 43.875579 , -111.751690 |
Sunnydell | 43.684360 , -111.754960 |
Teton Flood Museum | 43.817095 , -111.784772 |
Thornton | 43.758240 , -111.845240 |
Walker | 43.772130 , -111.708570 |
Woods Crossing | 43.774080 , -111.630520 |
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.