Download outline map of Martin (geojson format) :
Martin.geojson (**)
Download polygon array of Martin map for "Google Maps" :
Martin.txt
Bounding Box for Martin Map : ( 26.956537 , -80.885639 , 27.263831 , -80.022754 )
Wikipedia ID for Martin : Q648752
Wikipedia SPARQL Query for Martin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q648752 wdt:P1082 ?population. }
OPTIONAL { wd:Q648752 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q648752 wdt:P2046 ?area. }
OPTIONAL { wd:Q648752 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q648752 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q648752 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 Martin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.956537, -80.885639, 27.263831, -80.022754);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Martin)
[out:json];
(
rel["name"="Martin"][type=boundary];
rel["name:en"="Martin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Martin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arundel | 27.088110 , -80.298380 |
Blowing Rocks | 26.977000 , -80.081710 |
Bluefield | 27.200050 , -80.587280 |
Coral Gardens | 27.139770 , -80.211160 |
Fruita | 27.128940 , -80.169210 |
Golden Gate | 27.162550 , -80.216160 |
Gomez | 27.084770 , -80.143380 |
Hell Gate | 26.976720 , -80.086430 |
Hobe Sound | 27.072960 , -80.142487 |
Indiantown | 27.038597 , -80.469892 |
Indianwood Manufactured Housing Community | 27.031500 , -80.475100 |
Jensen Beach | 27.243687 , -80.242173 |
Jupiter Island | 27.044232 , -80.109731 |
Lighthouse Point | 27.202270 , -80.273380 |
North River Shores | 27.222413 , -80.273717 |
Ocean Breeze Park | 27.240959 , -80.225814 |
Palm City | 27.173533 , -80.286100 |
Palm Lake Park | 27.225320 , -80.251440 |
Pinelake Gardens Estates | 27.119220 , -80.191930 |
Port Mayaca | 26.986440 , -80.606170 |
Port Salerno | 27.146166 , -80.189427 |
Port Sewall | 27.186160 , -80.189490 |
Queens Park | 27.106720 , -80.274770 |
Rio | 27.216040 , -80.240046 |
Seminole Shores | 27.181720 , -80.165600 |
Sewall's Point | 27.197068 , -80.198233 |
Stuart | 27.196187 , -80.243851 |
Sunshine Mobile Manor | 27.141200 , -80.216250 |
Tropical Park | 27.098380 , -80.277550 |
Zana | 27.120050 , -80.619500 |
Notes:
- You can download geometry data for Martin 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.