Download outline map of Highlands (geojson format) :
Highlands.geojson (**)
Download polygon array of Highlands map for "Google Maps" :
Highlands.txt
Bounding Box for Highlands Map : ( 27.032288 , -81.564013 , 27.646647 , -80.941808 )
Wikipedia ID for Highlands : Q488885
Wikipedia SPARQL Query for Highlands (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488885 wdt:P1082 ?population. }
OPTIONAL { wd:Q488885 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488885 wdt:P2046 ?area. }
OPTIONAL { wd:Q488885 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488885 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488885 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 Highlands map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](27.032288, -81.564013, 27.646647, -80.941808);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Highlands)
[out:json];
(
rel["name"="Highlands"][type=boundary];
rel["name:en"="Highlands"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Highlands
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alpine | 27.632250 , -81.476190 |
Archbold | 27.181440 , -81.352020 |
Avon Park | 27.601082 , -81.512325 |
Avon Park Lakes | 27.628370 , -81.548410 |
Bairs Den | 27.208380 , -81.328410 |
Bear Hollow | 27.208660 , -81.287850 |
Brighton | 27.225880 , -81.095070 |
Childs | 27.209770 , -81.344790 |
Cornwell | 27.378650 , -81.096730 |
De Soto City | 27.442540 , -81.405070 |
Fort Basinger | 27.362260 , -81.057010 |
Fort Kissimmee | 27.586140 , -81.160350 |
Hen Scratch | 27.312540 , -81.468410 |
Hicoria | 27.151440 , -81.352850 |
Highland Lakes | 27.633920 , -81.521740 |
Highlands Park Estates | 27.303650 , -81.312570 |
Istokpoga | 27.413650 , -81.351180 |
Kuhlman | 27.395870 , -81.416180 |
Lake Placid | 27.296728 , -81.371910 |
Lakemont | 27.543090 , -81.453680 |
Negrotown Knoll | 27.306160 , -81.536190 |
Paradise Mobile Village | 27.301970 , -81.352900 |
Parker Island | 27.244770 , -81.298130 |
Placid Lakes | 27.241070 , -81.407120 |
Plains | 27.409480 , -81.184230 |
Sebring | 27.477070 , -81.452981 |
Stewart Mobile Village | 27.582370 , -81.516750 |
Sunvale | 27.310600 , -81.266740 |
Sylvan Shores | 27.318060 , -81.341240 |
Sylvan Shores | 27.317750 , -81.345660 |
Venus | 27.067280 , -81.356740 |
Wild Island | 27.372820 , -81.203680 |
Notes:
- You can download geometry data for Highlands 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.