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.399411 , -90.451494 , 32.885553 , -89.729901 )
Wikipedia ID for Madison : Q491190
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:Q491190 wdt:P1082 ?population. }
OPTIONAL { wd:Q491190 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491190 wdt:P2046 ?area. }
OPTIONAL { wd:Q491190 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491190 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491190 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.399411, -90.451494, 32.885553, -89.729901);
);
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) |
Adelle | 32.505700 , -90.405650 |
Anderson | 32.559310 , -90.245090 |
Annandale | 32.514860 , -90.188420 |
Camden | 32.782360 , -89.838690 |
Cameron | 32.835690 , -89.883970 |
Canton | 32.597755 , -90.032745 |
Cedar Hill | 32.483200 , -90.175920 |
Charlton | 32.581810 , -90.128420 |
Cobbville | 32.672080 , -90.006750 |
Davis | 32.691800 , -90.023140 |
Deerfield | 32.519310 , -90.028420 |
Flora | 32.543467 , -90.313201 |
Gluckstadt | 32.516530 , -90.100920 |
Havendale | 32.696520 , -89.870910 |
Kearney Park | 32.589754 , -90.315808 |
Livingston | 32.552920 , -90.216200 |
Loring | 32.780410 , -89.937860 |
Madison | 32.473765 , -90.130043 |
Madisonville | 32.526810 , -89.977580 |
Mannsdale | 32.523470 , -90.191750 |
Maris Town | 32.623750 , -90.018970 |
Meltonville | 32.516530 , -90.037860 |
Mill Town | 32.635690 , -90.032580 |
Milltown | 32.640420 , -90.025080 |
Millville | 32.670970 , -89.768690 |
New Hope Grove | 32.423750 , -90.186200 |
Oaks | 32.799860 , -89.977030 |
Raytown | 32.689300 , -89.798690 |
Revive | 32.759580 , -89.764250 |
Richton | 32.579030 , -90.149530 |
Ridgeland | 32.422179 , -90.144879 |
Robinson Springs | 32.497360 , -90.233420 |
Sharon | 32.658470 , -89.936190 |
Sharpsburg | 32.755970 , -89.989530 |
Shoccoe | 32.609860 , -89.901190 |
Sloan | 32.560140 , -90.059810 |
Stokes | 32.595140 , -90.203980 |
Truitt | 32.807080 , -89.908970 |
Turnetta | 32.625420 , -89.993140 |
Vernon | 32.589580 , -90.329810 |
Virlilia | 32.626250 , -90.131480 |
Way | 32.744020 , -90.033140 |
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.