Download outline map of St. Lucie (geojson format) :
St. Lucie.geojson (**)
Download polygon array of St. Lucie map for "Google Maps" :
St. Lucie.txt
Bounding Box for St. Lucie Map : ( 27.205584 , -80.68 , 27.558714 , -80.138049 )
Wikipedia ID for St. Lucie : Q494564
Wikipedia SPARQL Query for St. Lucie (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494564 wdt:P1082 ?population. }
OPTIONAL { wd:Q494564 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494564 wdt:P2046 ?area. }
OPTIONAL { wd:Q494564 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494564 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494564 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 St. Lucie map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](27.205584, -80.68, 27.558714, -80.138049);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (St. Lucie)
[out:json];
(
rel["name"="St. Lucie"][type=boundary];
rel["name:en"="St. Lucie"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of St. Lucie
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anglevillas | 27.460320 , -80.372000 |
Ankona | 27.340600 , -80.275050 |
Cana | 27.283660 , -80.493110 |
Collins Park Estates | 27.371990 , -80.318940 |
Cortez Estates | 27.419760 , -80.352830 |
Eden | 27.276710 , -80.242830 |
Eldred | 27.333650 , -80.271440 |
Fort Pierce | 27.427142 , -80.340705 |
Fort Pierce North | 27.473576 , -80.359155 |
Fort Pierce South | 27.409671 , -80.354325 |
Glidden Park | 27.438090 , -80.333940 |
Hutchinson Island South | 27.326479 , -80.211192 |
Indian River Estates | 27.356493 , -80.298573 |
Indrio | 27.520590 , -80.352830 |
Lakewood Park | 27.481430 , -80.374220 |
Lakewood Park | 27.539023 , -80.386532 |
Palm Vista Mobile Ranch | 27.440660 , -80.358770 |
Paradise Park | 27.471980 , -80.343110 |
Port St. Lucie | 27.280750 , -80.382914 |
Queens Cove | 27.514200 , -80.316440 |
River Park | 27.321341 , -80.330886 |
St. Lucie Village | 27.496992 , -80.341762 |
Sunland Gardens | 27.462820 , -80.362000 |
Viking | 27.541700 , -80.362000 |
Walton | 27.300040 , -80.256160 |
Waveland | 27.267820 , -80.206710 |
White City | 27.372549 , -80.340371 |
Windsong Mobile Village | 27.405980 , -80.328370 |
Notes:
- You can download geometry data for St. Lucie 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.