Download outline map of Mira (geojson format) :
Mira.geojson (**)
Download polygon array of Mira map for "Google Maps" :
Mira.txt
Bounding Box for Mira Map : ( 0.475583 , -78.452458 , 0.961122 , -77.984919 )
Wikipedia ID for Mira : Q2448888
Wikipedia SPARQL Query for Mira (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2448888 wdt:P1082 ?population. }
OPTIONAL { wd:Q2448888 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2448888 wdt:P2046 ?area. }
OPTIONAL { wd:Q2448888 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2448888 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2448888 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 Mira map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](0.475583, -78.452458, 0.961122, -77.984919);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mira)
[out:json];
(
rel["name"="Mira"][type=boundary];
rel["name:en"="Mira"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mira
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hacienda Cabuyal | 0.576870 , -78.115690 |
Hacienda Casateja | 0.557810 , -78.017950 |
Hacienda Catarama | 0.666670 , -78.083330 |
Hacienda El Habra | 0.633330 , -78.083330 |
Hacienda El Hato | 0.650000 , -78.133330 |
Hacienda El Hato | 0.586510 , -78.052250 |
Hacienda La Loma | 0.621410 , -78.128780 |
Hacienda Mascarilla | 0.486680 , -78.073060 |
Hacienda Mundo Nuevo | 0.708980 , -78.201860 |
Hacienda Naranjal | 0.668130 , -78.166380 |
Hacienda Pueblo Viejo | 0.550890 , -78.051730 |
Hacienda San Jose | 0.633330 , -78.150000 |
Hacienda San Jose | 0.550000 , -78.016670 |
Hacienda San Juan de Tablas | 0.766670 , -78.250000 |
Hacienda San Luis | 0.633330 , -78.150000 |
Hacienda San Nicolas | 0.534640 , -78.037300 |
Hacienda San Pedro | 0.633330 , -78.150000 |
Hacienda Santa Luisa | 0.641390 , -78.147910 |
Hacienda Santa Rosa | 0.650000 , -78.150000 |
Juan Montalvo | 0.586850 , -78.087800 |
La Concepcion | 0.605400 , -78.126510 |
Notes:
- You can download geometry data for Mira 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.