DeSoto (Florida) Map Cropping Samples
DeSoto (Florida) Map Cropping Samples-1
DeSoto (Florida) Map Cropping Samples-2
DeSoto neighborhoods and villages map with 3D shadow effect
flag map of DeSoto with 3D shadow effect
DeSoto map with 3d shadow effect
Download outline map of DeSoto (geojson format) :
DeSoto.geojson (**)
Download polygon array of DeSoto map for "Google Maps" :
DeSoto.txt
Bounding Box for DeSoto Map : ( 27.0317 , -82.057631 , 27.340702 , -81.562196 )
Wikipedia ID for DeSoto : Q488796
Wikipedia SPARQL Query for DeSoto (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488796 wdt:P1082 ?population. }
OPTIONAL { wd:Q488796 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488796 wdt:P2046 ?area. }
OPTIONAL { wd:Q488796 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488796 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488796 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 DeSoto map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](27.0317, -82.057631, 27.340702, -81.562196);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (DeSoto)
[out:json];
(
rel["name"="DeSoto"][type=boundary];
rel["name:en"="DeSoto"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of DeSoto
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arcadia | 27.221341 , -81.858597 |
Brownville | 27.298100 , -81.823970 |
Cubitis | 27.260050 , -81.840640 |
Fort Ogden | 27.087280 , -81.952310 |
Hull | 27.119220 , -81.942310 |
Lansing | 27.256710 , -81.888970 |
Platt | 27.092000 , -82.001750 |
Southeast Arcadia | 27.186250 , -81.852134 |
Southfort | 27.068110 , -81.963980 |
Tryon | 27.248100 , -81.953140 |
Notes:
- You can download geometry data for DeSoto 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.