Download outline map of Indian River (geojson format) :
Indian River.geojson (**)
Download polygon array of Indian River map for "Google Maps" :
Indian River.txt
Bounding Box for Indian River Map : ( 27.556737 , -80.881566 , 27.861362 , -80.263543 )
Wikipedia ID for Indian River : Q488528
Wikipedia SPARQL Query for Indian River (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488528 wdt:P1082 ?population. }
OPTIONAL { wd:Q488528 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488528 wdt:P2046 ?area. }
OPTIONAL { wd:Q488528 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488528 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488528 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 Indian River map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](27.556737, -80.881566, 27.861362, -80.263543);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Indian River)
[out:json];
(
rel["name"="Indian River"][type=boundary];
rel["name:en"="Indian River"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Indian River
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Connecticut Mobile Park | 27.740500 , -80.431500 |
Cummings | 27.797530 , -80.462000 |
Fellsmere | 27.739023 , -80.616269 |
Florida Ridge | 27.580534 , -80.384751 |
Gifford | 27.674751 , -80.409959 |
High Ridge Mobile Park | 27.683700 , -80.419600 |
Indian River Shores | 27.709021 , -80.385353 |
Nevins | 27.611700 , -80.385050 |
North Beach | 27.788360 , -80.414220 |
North Beach (historical) | 27.796540 , -80.403150 |
Orchid | 27.773277 , -80.418037 |
Oslo | 27.586700 , -80.380330 |
Poinciana Park | 27.611420 , -80.401720 |
Roseland | 27.836025 , -80.488373 |
Royal Poinciana Park | 27.612530 , -80.401440 |
Sebastian | 27.788217 , -80.481327 |
South Beach | 27.588228 , -80.343473 |
Vero Beach | 27.646264 , -80.392951 |
Vero Beach South | 27.616375 , -80.413031 |
Vero Palm Estates | 27.632020 , -80.502550 |
Wabasso | 27.747781 , -80.436284 |
Wabasso Beach | 27.756914 , -80.399198 |
West Vero Corridor | 27.637820 , -80.485386 |
Whispering Palms Mobile Village | 27.779590 , -80.452160 |
Windsor | 27.786757 , -80.413985 |
Winter Beach | 27.711978 , -80.425379 |
Yeehaw | 27.683640 , -80.866450 |
Notes:
- You can download geometry data for Indian River 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.