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 : ( 30.822997 , -96.241083 , 31.094211 , -95.61189 )
Wikipedia ID for Madison : Q113117
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:Q113117 wdt:P1082 ?population. }
OPTIONAL { wd:Q113117 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113117 wdt:P2046 ?area. }
OPTIONAL { wd:Q113117 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113117 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113117 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"](30.822997, -96.241083, 31.094211, -95.61189);
);
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) |
Antioch | 31.067410 , -95.711340 |
Bundy Crossing | 30.924360 , -96.204400 |
Canary | 30.993520 , -96.178290 |
Cottonwood | 30.913250 , -96.003010 |
Cross Roads | 31.083800 , -95.925230 |
Dingerville | 31.073800 , -95.846620 |
Elwood | 31.058800 , -95.825510 |
George | 30.971850 , -96.109120 |
Jenkins | 30.975190 , -95.859120 |
Laceola | 30.971860 , -95.986900 |
Madisonville | 30.953748 , -95.909084 |
Mecca | 30.984080 , -96.066900 |
Midway | 31.025170 , -95.753844 |
North Zulch | 30.917690 , -96.108290 |
Old Elwood | 31.071850 , -95.803010 |
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.