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 : ( 32.120353 , -91.557295 , 32.562835 , -90.875621 )
Wikipedia ID for Madison : Q507180
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:Q507180 wdt:P1082 ?population. }
OPTIONAL { wd:Q507180 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q507180 wdt:P2046 ?area. }
OPTIONAL { wd:Q507180 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q507180 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q507180 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"](32.120353, -91.557295, 32.562835, -90.875621);
);
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) |
| Afton | 32.244870 , -91.191500 |
| Altoona | 32.454590 , -91.453730 |
| Ashly | 32.441530 , -91.123160 |
| Barnes | 32.379310 , -91.123160 |
| Bedford | 32.240980 , -91.015110 |
| Coleman | 32.325700 , -91.084550 |
| Delta | 32.321977 , -90.941338 |
| Englewood | 32.385140 , -91.207060 |
| Enoka | 32.530420 , -91.167330 |
| Fortune Fork | 32.359310 , -91.125940 |
| Indian Landing | 32.280150 , -91.523450 |
| King | 32.240710 , -91.121500 |
| Lums | 32.395700 , -91.154830 |
| Mansford | 32.465420 , -91.144280 |
| Mound | 32.333004 , -91.024388 |
| Omega | 32.516530 , -91.139550 |
| Quebec | 32.426810 , -91.302890 |
| Quimby | 32.235430 , -91.216500 |
| Richmond | 32.388372 , -91.180410 |
| Sunrise Landing | 32.285150 , -91.526790 |
| Talla Bena | 32.491810 , -91.153440 |
| Tallulah | 32.406671 , -91.191703 |
| Tendal | 32.432360 , -91.366780 |
| Thomastown | 32.357370 , -91.069830 |
| Warsaw Ferry | 32.297650 , -91.527060 |
| Waverly | 32.446250 , -91.411500 |
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.