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 : ( 33.998935 , -83.402428 , 34.27353 , -82.976294 )
Wikipedia ID for Madison : Q156387
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:Q156387 wdt:P1082 ?population. }
OPTIONAL { wd:Q156387 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156387 wdt:P2046 ?area. }
OPTIONAL { wd:Q156387 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156387 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156387 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"](33.998935, -83.402428, 34.27353, -82.976294);
);
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) |
Alvin | 34.234270 , -83.324040 |
Bluestone | 34.175940 , -83.202650 |
Bond | 34.229830 , -83.187370 |
Carlton | 34.042654 , -83.038517 |
Cedar Grove | 34.144000 , -83.154320 |
Colbert | 34.037044 , -83.213849 |
Comer | 34.062499 , -83.126342 |
Dalton | 34.165940 , -83.170430 |
Danielsville | 34.123720 , -83.220069 |
Diamond Hill | 34.063450 , -83.277930 |
Dogsboro | 34.032060 , -83.315710 |
Fort Lamar | 34.240110 , -83.273760 |
Gholston Stand Crossroads | 34.092890 , -83.145700 |
Harrison | 34.214000 , -83.124310 |
Hix | 34.182610 , -83.341550 |
Hull | 34.015404 , -83.293947 |
Ila | 34.172919 , -83.292926 |
Jeptha | 34.138440 , -83.100980 |
Madison Springs | 34.209830 , -83.174590 |
Minish | 34.157050 , -83.359600 |
Newtown | 34.074830 , -83.044870 |
Paoli | 34.092330 , -83.091540 |
Patterson | 34.029830 , -83.245150 |
Phillips | 34.227890 , -83.188760 |
Planter | 34.119550 , -83.340430 |
Pocataligo | 34.199830 , -83.284600 |
Porterfield | 34.108170 , -83.163480 |
Rogers | 34.154550 , -83.340430 |
Ross | 34.045950 , -83.066530 |
Sanford | 34.078720 , -83.348210 |
Seagraves | 34.095940 , -83.357380 |
Shiloh | 34.217050 , -83.227930 |
Smiths Store | 34.058440 , -83.015140 |
Transco | 34.150110 , -83.144870 |
Velpoe | 34.176780 , -83.234040 |
Vineyard Creek | 34.117610 , -83.086810 |
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.