Download outline map of Salento (geojson format) :
Salento.geojson (**)
Download polygon array of Salento map for "Google Maps" :
Salento.txt
Bounding Box for Salento Map : ( 4.472768 , -75.643389 , 4.716532 , -75.384548 )
Wikipedia ID for Salento : Q1576707
Wikipedia SPARQL Query for Salento (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1576707 wdt:P1082 ?population. }
OPTIONAL { wd:Q1576707 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1576707 wdt:P2046 ?area. }
OPTIONAL { wd:Q1576707 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1576707 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1576707 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 Salento map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.472768, -75.643389, 4.716532, -75.384548);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Salento)
[out:json];
(
rel["name"="Salento"][type=boundary];
rel["name:en"="Salento"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Salento
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boquia | 4.645560 , -75.584170 |
Canaan | 4.614970 , -75.593260 |
El Bosque | 4.624720 , -75.617220 |
La Nubia | 4.594720 , -75.617780 |
Los Andes | 4.681940 , -75.558890 |
Luna Park | 4.607040 , -75.633690 |
Magana | 4.600000 , -75.500000 |
Romerales | 4.633330 , -75.500000 |
Salento | 4.637500 , -75.570280 |
Notes:
- You can download geometry data for Salento 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.