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 : ( 37.515279 , -84.525643 , 37.917546 , -84.073764 )
Wikipedia ID for Madison : Q217963
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:Q217963 wdt:P1082 ?population. }
OPTIONAL { wd:Q217963 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q217963 wdt:P2046 ?area. }
OPTIONAL { wd:Q217963 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q217963 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q217963 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"](37.515279, -84.525643, 37.917546, -84.073764);
);
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) |
Baldwin | 37.796750 , -84.425210 |
Berea | 37.590742 , -84.289688 |
Bighill | 37.554530 , -84.208270 |
Blue Grass | 37.847580 , -84.335210 |
Bobtown | 37.617580 , -84.229100 |
Boonesborough | 37.908410 , -84.271880 |
Brassfield | 37.674250 , -84.146320 |
Buggytown | 37.635640 , -84.369100 |
Bybee | 37.733140 , -84.124650 |
Caleast | 37.690360 , -84.331880 |
College Hill | 37.786750 , -84.123260 |
Cottonburg | 37.730640 , -84.461880 |
Crow Valley | 37.740360 , -84.414380 |
Cuzick | 37.834250 , -84.453550 |
Doylesville | 37.844250 , -84.160760 |
Dreyfus | 37.617300 , -84.176600 |
Duluth | 37.579530 , -84.168260 |
Duncanon | 37.659530 , -84.347990 |
Edenton | 37.767020 , -84.484660 |
Elliston | 37.740910 , -84.155210 |
Farristown | 37.622580 , -84.300210 |
Happy Landing | 37.641190 , -84.381050 |
Hillcrest | 37.768690 , -84.291600 |
Kingston | 37.650360 , -84.241600 |
Kirksville | 37.665360 , -84.409100 |
Million | 37.779800 , -84.387430 |
Moberly | 37.741750 , -84.182710 |
Newby | 37.763140 , -84.415210 |
Panola | 37.660920 , -84.115210 |
Peytontown | 37.669530 , -84.331320 |
Redhouse | 37.832300 , -84.272150 |
Reeds Crossing | 37.739250 , -84.222430 |
Richmond | 37.724000 , -84.292787 |
Round Hill | 37.678970 , -84.416050 |
Ruthton | 37.732860 , -84.433550 |
Silver Creek | 37.657300 , -84.366050 |
Slate Lick | 37.546470 , -84.311040 |
Speedwell | 37.674250 , -84.175210 |
Stringtown | 37.819800 , -84.412990 |
Terrill | 37.686190 , -84.259100 |
Union City | 37.797300 , -84.197710 |
Valley View | 37.846190 , -84.430490 |
Waco | 37.742580 , -84.144090 |
Wallaceton | 37.568140 , -84.362160 |
White Hall | 37.833234 , -84.352684 |
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.