Download outline map of Miranda (geojson format) :
Miranda.geojson (**)
Download polygon array of Miranda map for "Google Maps" :
Miranda.txt
Bounding Box for Miranda Map : ( 3.15659 , -76.378402 , 3.286317 , -76.05336 )
Wikipedia ID for Miranda : Q2308999
Wikipedia SPARQL Query for Miranda (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2308999 wdt:P1082 ?population. }
OPTIONAL { wd:Q2308999 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2308999 wdt:P2046 ?area. }
OPTIONAL { wd:Q2308999 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2308999 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2308999 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 Miranda map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](3.15659, -76.378402, 3.286317, -76.05336);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Miranda)
[out:json];
(
rel["name"="Miranda"][type=boundary];
rel["name:en"="Miranda"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Miranda
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Campo Alegre | 3.211310 , -76.226970 |
El Cabildo | 3.195910 , -76.204170 |
El Canon | 3.275570 , -76.250840 |
El Crucero | 3.242340 , -76.300780 |
El Potrerito | 3.196870 , -76.211960 |
Hacienda El Reporter | 3.257140 , -76.236350 |
Hacienda La Avelina | 3.273960 , -76.292540 |
Hacienda La Duquesa | 3.247650 , -76.329190 |
Hacienda La Pampa | 3.254640 , -76.282660 |
Hacienda La Renta | 3.240210 , -76.244080 |
Hacienda Vanegas | 3.256180 , -76.239080 |
La Gruta | 3.266180 , -76.307940 |
La Munda | 3.233330 , -76.266670 |
La Union | 3.263110 , -76.215140 |
Las Dantas | 3.222780 , -76.185870 |
Los Tulipanes | 3.243960 , -76.363170 |
Miranda | 3.249910 , -76.228140 |
Monterredondo | 3.219230 , -76.202730 |
Ortigal | 3.279700 , -76.344380 |
Potrerito | 3.197330 , -76.210570 |
San Andres | 3.279470 , -76.280040 |
San Joaquin | 3.250950 , -76.310100 |
Santa Ana | 3.267880 , -76.283280 |
Tierradura | 3.231210 , -76.291980 |
Trapiche Corcega | 3.246750 , -76.278740 |
Notes:
- You can download geometry data for Miranda 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.