Download outline map of Osceola (geojson format) :
Osceola.geojson (**)
Download polygon array of Osceola map for "Google Maps" :
Osceola.txt
Bounding Box for Osceola Map : ( 27.64199 , -81.657268 , 28.348584 , -80.861395 )
Wikipedia ID for Osceola : Q501067
Wikipedia SPARQL Query for Osceola (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501067 wdt:P1082 ?population. }
OPTIONAL { wd:Q501067 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501067 wdt:P2046 ?area. }
OPTIONAL { wd:Q501067 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501067 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501067 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 Osceola map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](27.64199, -81.657268, 28.348584, -80.861395);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Osceola)
[out:json];
(
rel["name"="Osceola"][type=boundary];
rel["name:en"="Osceola"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Osceola
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ashton | 28.246400 , -81.243960 |
Buena Ventura Lakes | 28.335840 , -81.353130 |
Buenaventura Lakes | 28.334910 , -81.353891 |
Campbell | 28.260297 , -81.452521 |
Celebration | 28.310228 , -81.550995 |
Champions Gate | 28.261400 , -81.618600 |
Championsgate | 28.261680 , -81.618410 |
Deer Park | 28.091410 , -80.897840 |
Four Corners | 28.332809 , -81.647728 |
Good Samaritan | 28.288230 , -81.457229 |
Harmony | 28.189460 , -81.145070 |
Holopaw | 28.135850 , -81.076180 |
Indian Ridge | 28.301860 , -81.598210 |
Intercession City | 28.262510 , -81.507850 |
Kenansville | 27.876410 , -80.987840 |
Kissimmee | 28.303687 , -81.416695 |
Lake Marian Highlands | 27.876410 , -81.042840 |
Lakeview Trailer Terrace | 28.237670 , -81.196400 |
Lamplighter Mobile Park | 28.304960 , -81.457050 |
Lokosee | 27.755580 , -80.912010 |
Narcoossee | 28.298340 , -81.238960 |
Oak Island | 28.341180 , -81.600310 |
Osceola Mobile Park | 28.324870 , -81.404830 |
Pine Grove | 28.259730 , -81.184510 |
Poinciana Place | 28.157520 , -81.484800 |
Reunion | 28.280290 , -81.608130 |
Runnymede | 28.281400 , -81.243960 |
Siesta Lago | 28.314331 , -81.463821 |
South Port | 28.138630 , -81.352290 |
St. Cloud | 28.229634 , -81.285447 |
Whittier | 27.873080 , -81.006170 |
Yeehaw Junction | 27.699329 , -80.887090 |
Notes:
- You can download geometry data for Osceola 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.