Florida (Valle del Cauca) Map Cropping Samples
Florida (Valle del Cauca) Map Cropping Samples-1
Florida (Valle del Cauca) Map Cropping Samples-2
Florida neighborhoods and villages map with 3D shadow effect
flag map of Florida with 3D shadow effect
Florida map with 3d shadow effect
Download outline map of Florida (geojson format) :
Florida.geojson (**)
Download polygon array of Florida map for "Google Maps" :
Florida.txt
Bounding Box for Florida Map : ( 3.211246 , -76.348332 , 3.389158 , -76.039101 )
Wikipedia ID for Florida : Q1093490
Wikipedia SPARQL Query for Florida (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1093490 wdt:P1082 ?population. }
OPTIONAL { wd:Q1093490 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1093490 wdt:P2046 ?area. }
OPTIONAL { wd:Q1093490 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1093490 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1093490 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 Florida map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](3.211246, -76.348332, 3.389158, -76.039101);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Florida)
[out:json];
(
rel["name"="Florida"][type=boundary];
rel["name:en"="Florida"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Florida
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Betania | 3.283330 , -76.183330 |
Canas Abajo | 3.316670 , -76.266670 |
Canas Arriba | 3.283330 , -76.200000 |
Chococito | 3.287140 , -76.301780 |
Florida | 3.322300 , -76.234800 |
Guacas | 3.296060 , -76.165670 |
Hacienda Belgica | 3.299620 , -76.275360 |
Hacienda Palace | 3.287760 , -76.280500 |
Hacienda Patio Bonito | 3.282860 , -76.319600 |
La Cumbre | 3.286970 , -76.175900 |
La Diana | 3.323180 , -76.180290 |
La Hamaca | 3.278680 , -76.155270 |
La Rivera | 3.298530 , -76.161780 |
La Sequia | 3.304580 , -76.279390 |
Los Troches | 3.262480 , -76.147150 |
Maria Luisa | 3.343360 , -76.284900 |
Montecarlo | 3.296280 , -76.306820 |
Primavera | 3.307770 , -76.211350 |
Pueblo Nuevo | 3.257370 , -76.191290 |
Remolino | 3.309010 , -76.294630 |
San Antonio | 3.354740 , -76.298220 |
San Francisco | 3.284140 , -76.224200 |
Santa Rosa | 3.286630 , -76.253510 |
Tarragona | 3.284760 , -76.335150 |
Troya | 3.366670 , -76.166670 |
Notes:
- You can download geometry data for Florida 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.