Download outline map of Milagro (geojson format) :
Milagro.geojson (**)
Download polygon array of Milagro map for "Google Maps" :
Milagro.txt
Bounding Box for Milagro Map : ( -2.242652 , -79.681264 , -1.975797 , -79.454965 )
Wikipedia ID for Milagro : Q1990014
Wikipedia SPARQL Query for Milagro (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1990014 wdt:P1082 ?population. }
OPTIONAL { wd:Q1990014 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1990014 wdt:P2046 ?area. }
OPTIONAL { wd:Q1990014 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1990014 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1990014 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 Milagro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-2.242652, -79.681264, -1.975797, -79.454965);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Milagro)
[out:json];
(
rel["name"="Milagro"][type=boundary];
rel["name:en"="Milagro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Milagro
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Angelita | -2.133330 , -79.633330 |
Aurora | -1.995400 , -79.529040 |
Berlin | -2.133330 , -79.600000 |
Carrizal | -2.052690 , -79.535970 |
Chobo | -2.139590 , -79.633390 |
Hacienda Magro | -2.050000 , -79.533330 |
Hacienda Maria Mercedes | -2.093670 , -79.523450 |
Hacienda Venecia | -2.149960 , -79.513190 |
La Granja | -2.116670 , -79.600000 |
La Muralla | -2.166670 , -79.633330 |
Las Lomas | -2.090790 , -79.627130 |
Maria Eugenia | -2.174520 , -79.616670 |
Mariscal Sucre | -2.112910 , -79.504570 |
Matilde | -2.133330 , -79.616670 |
Milagro | -2.179623 , -79.599984 |
Pila | -2.200000 , -79.600000 |
San Antonio | -2.026000 , -79.623810 |
San Miguel | -2.179630 , -79.551830 |
San Nicolas | -2.150000 , -79.666670 |
Sitio Cordova | -2.164780 , -79.513410 |
Valdez | -2.127190 , -79.600170 |
Venecia | -2.237870 , -79.514920 |
Viterbo Puig | -2.083330 , -79.633330 |
Notes:
- You can download geometry data for Milagro 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.