Download outline map of Santa Marta (geojson format) :
Santa Marta.geojson (**)
Download polygon array of Santa Marta map for "Google Maps" :
Santa Marta.txt
Bounding Box for Santa Marta Map : ( 10.824739 , -74.241619 , 11.349458 , -73.56495 )
Wikipedia ID for Santa Marta : Q209016
Wikipedia SPARQL Query for Santa Marta (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q209016 wdt:P1082 ?population. }
OPTIONAL { wd:Q209016 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q209016 wdt:P2046 ?area. }
OPTIONAL { wd:Q209016 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q209016 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q209016 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 Santa Marta map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.824739, -74.241619, 11.349458, -73.56495);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Santa Marta)
[out:json];
(
rel["name"="Santa Marta"][type=boundary];
rel["name:en"="Santa Marta"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Santa Marta
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arimaca | 11.126370 , -74.111600 |
Bavaria | 11.233340 , -74.205050 |
Bonda | 11.230920 , -74.122590 |
Bureche | 11.196740 , -74.193480 |
Buritaca | 11.249970 , -73.780770 |
Canaveral | 11.300000 , -73.916670 |
Cincinati | 11.105280 , -74.089710 |
Colonia Militar | 11.074140 , -74.037540 |
Culebra | 11.150000 , -74.116670 |
Don Diego | 11.241160 , -73.699630 |
El Coquito | 11.328440 , -73.968110 |
Gaira | 11.193210 , -74.222920 |
Guachaca | 11.253010 , -73.840820 |
Hacienda Cacagualito | 11.271100 , -74.052320 |
Hacienda La Beatriz | 11.250000 , -73.833330 |
Hacienda Maria Teresa | 11.133330 , -74.100000 |
Hacienda Palangana | 11.266670 , -74.116670 |
Hacienda Tolima | 11.159250 , -74.034390 |
Hacienda Vira Vira | 11.238360 , -74.063000 |
Hato de Simon | 10.935510 , -73.841060 |
Jordan | 11.283330 , -73.983330 |
La Poza | 11.278670 , -73.872070 |
La Tigrera | 11.172350 , -74.145420 |
La Victoria | 11.122220 , -74.093240 |
Las Vegas | 11.200000 , -73.883330 |
Los Naranjos | 11.297550 , -73.895110 |
Mamatoco | 11.226440 , -74.166790 |
Mata de Platano | 11.283790 , -73.879800 |
Minca | 11.141650 , -74.117120 |
Nenguange | 11.333330 , -74.066670 |
Onaca | 11.173170 , -74.071020 |
Palomino | 11.035670 , -73.646900 |
Posadas San Rafael | 11.277180 , -73.921290 |
Quinta de San Pedro Alejandrino | 11.221920 , -74.208970 |
Santa Marta | 11.240790 , -74.199040 |
Taganga | 11.267660 , -74.189950 |
Urb Don Jaca | 11.098520 , -74.216640 |
Vista Nieve | 11.082010 , -74.073670 |
Notes:
- You can download geometry data for Santa Marta 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.