Download outline map of Trujillo (geojson format) :
Trujillo.geojson (**)
Download polygon array of Trujillo map for "Google Maps" :
Trujillo.txt
Bounding Box for Trujillo Map : ( 9.180288 , -70.563276 , 9.449655 , -70.294125 )
Wikipedia ID for Trujillo : Q2527815
Wikipedia SPARQL Query for Trujillo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2527815 wdt:P1082 ?population. }
OPTIONAL { wd:Q2527815 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2527815 wdt:P2046 ?area. }
OPTIONAL { wd:Q2527815 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2527815 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2527815 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 Trujillo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.180288, -70.563276, 9.449655, -70.294125);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Trujillo)
[out:json];
(
rel["name"="Trujillo"][type=boundary];
rel["name:en"="Trujillo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Trujillo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Araujo | 9.350000 , -70.433330 |
Boron Abajo | 9.340940 , -70.419690 |
Campos | 9.382220 , -70.347780 |
Capellania | 9.415270 , -70.320370 |
Carmona | 9.357750 , -70.448150 |
El Algarrobo | 9.351110 , -70.516670 |
El Amarillo | 9.325000 , -70.521670 |
El Chorro | 9.296670 , -70.466940 |
El Hatico | 9.391670 , -70.430000 |
El Hatillo | 9.300380 , -70.511270 |
El Potrerito | 9.336110 , -70.456110 |
El Prado | 9.422390 , -70.448460 |
El Rincon | 9.410000 , -70.412220 |
El Vergel | 9.386650 , -70.430060 |
La Bacerrera | 9.238330 , -70.474150 |
La Macarena | 9.334400 , -70.475300 |
La Palmita | 9.422780 , -70.360000 |
La Plazuela | 9.400320 , -70.431730 |
Los Barriales | 9.345920 , -70.477400 |
Millita | 9.338120 , -70.433490 |
Misisi | 9.353510 , -70.315470 |
Mocoy Abajo | 9.393370 , -70.394630 |
Mocoy Arriba | 9.385260 , -70.377960 |
Musaba | 9.357970 , -70.436890 |
Ocanto | 9.338650 , -70.451200 |
Palmarito | 9.297060 , -70.536830 |
Palwarito | 9.283330 , -70.533330 |
San Jacinto | 9.348720 , -70.434620 |
San Jose | 9.412230 , -70.455950 |
Santa Rita | 9.351070 , -70.489970 |
Santa Rita | 9.350000 , -70.483330 |
Tierra Morada | 9.359560 , -70.405500 |
Trujillo | 9.370840 , -70.434720 |
Urbina | 9.364230 , -70.393690 |
Notes:
- You can download geometry data for Trujillo 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.