Download outline map of Tilcara (geojson format) :
Tilcara.geojson (**)
Download polygon array of Tilcara map for "Google Maps" :
Tilcara.txt
Bounding Box for Tilcara Map : ( -23.854912 , -65.669717 , -23.308752 , -65.017138 )
Wikipedia ID for Tilcara : Q604722
Wikipedia SPARQL Query for Tilcara (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q604722 wdt:P1082 ?population. }
OPTIONAL { wd:Q604722 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q604722 wdt:P2046 ?area. }
OPTIONAL { wd:Q604722 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q604722 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q604722 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 Tilcara map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-23.854912, -65.669717, -23.308752, -65.017138);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tilcara)
[out:json];
(
rel["name"="Tilcara"][type=boundary];
rel["name:en"="Tilcara"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tilcara
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bella Vista | -23.654720 , -65.433880 |
Hornillos | -23.650000 , -65.433330 |
Huacalera | -23.429510 , -65.357060 |
Juella | -23.518030 , -65.405650 |
Jueya | -23.508860 , -65.406520 |
Maimará | -23.623920 , -65.407970 |
Tilcara | -23.577570 , -65.350900 |
Villa Florida | -23.550000 , -65.366670 |
Notes:
- You can download geometry data for Tilcara 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.