Madison (Florida) Map Cropping Samples
Madison (Florida) Map Cropping Samples-1
Madison (Florida) Map Cropping Samples-2
Madison neighborhoods and villages map with 3D shadow effect
flag map of Madison with 3D shadow effect
Madison map with 3d shadow effect
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.26011 , -83.821913 , 30.651258 , -83.170969 )
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"](30.26011, -83.821913, 30.651258, -83.170969);
);
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) |
Bailey | 30.568260 , -83.591820 |
Dennet | 30.536320 , -83.611270 |
Ebb | 30.353540 , -83.651820 |
Greenville | 30.466831 , -83.635253 |
Hamburg | 30.565760 , -83.526820 |
Hanson | 30.551600 , -83.367090 |
Hopewell | 30.382160 , -83.444590 |
Lee | 30.411464 , -83.300392 |
Leland | 30.610490 , -83.325430 |
Lovett | 30.628260 , -83.573210 |
Madison | 30.468523 , -83.415841 |
Maysland | 30.596310 , -83.572380 |
Pinetta | 30.594100 , -83.352370 |
Reams | 30.486040 , -83.627380 |
Sirmans | 30.350760 , -83.656820 |
Spray | 30.514100 , -83.620430 |
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.