Download outline map of Upala (geojson format) :
Upala.geojson (**)
Download polygon array of Upala map for "Google Maps" :
Upala.txt
Bounding Box for Upala Map : ( 10.670787 , -85.449169 , 11.06557 , -84.880578 )
Wikipedia ID for Upala : Q691346
Wikipedia SPARQL Query for Upala (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q691346 wdt:P1082 ?population. }
OPTIONAL { wd:Q691346 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q691346 wdt:P2046 ?area. }
OPTIONAL { wd:Q691346 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q691346 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q691346 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 Upala map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.670787, -85.449169, 11.06557, -84.880578);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Upala)
[out:json];
(
rel["name"="Upala"][type=boundary];
rel["name:en"="Upala"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Upala
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguas Claras | 10.804830 , -85.182280 |
Bijagua | 10.732800 , -85.056760 |
Cabeza de Leon | 10.950000 , -84.983330 |
Canalete | 10.837030 , -85.040620 |
Cartagos | 10.916670 , -85.166670 |
Colonia Dos Rios | 10.895760 , -85.381730 |
Cuatro Bocas | 10.911170 , -85.192630 |
Delicias | 10.957240 , -85.033570 |
Jerico | 10.920720 , -85.151610 |
Jirona | 10.900000 , -85.433330 |
La Cruz | 10.964170 , -85.013450 |
Mexico | 10.996640 , -85.062830 |
Montecristo | 10.908140 , -84.978530 |
Pavas | 10.966930 , -85.059120 |
Roble | 10.927870 , -85.142550 |
Rosario | 10.872070 , -85.035060 |
San Antonio | 10.950000 , -84.966670 |
San Antonio | 10.833330 , -85.016670 |
San Isidro | 10.816670 , -85.016670 |
San Isidro | 10.925210 , -84.961730 |
San José | 10.951730 , -85.136100 |
San Judas | 10.924430 , -84.964550 |
San Ramon | 10.990960 , -85.089930 |
Santa Clara | 10.922940 , -85.092610 |
Notes:
- You can download geometry data for Upala 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.