Download outline map of Ortega (geojson format) :
Ortega.geojson (**)
Download polygon array of Ortega map for "Google Maps" :
Ortega.txt
Bounding Box for Ortega Map : ( 3.756641 , -75.443393 , 4.119151 , -75.072057 )
Wikipedia ID for Ortega : Q2433233
Wikipedia SPARQL Query for Ortega (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2433233 wdt:P1082 ?population. }
OPTIONAL { wd:Q2433233 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2433233 wdt:P2046 ?area. }
OPTIONAL { wd:Q2433233 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2433233 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2433233 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 Ortega map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](3.756641, -75.443393, 4.119151, -75.072057);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ortega)
[out:json];
(
rel["name"="Ortega"][type=boundary];
rel["name:en"="Ortega"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ortega
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aceituno | 3.917500 , -75.180000 |
Adelaide | 3.921110 , -75.144170 |
Alto Sano | 3.957780 , -75.262780 |
Arroyuelo | 3.900280 , -75.205280 |
Balsillas | 3.800280 , -75.267500 |
Bateria Santa Rosa | 3.966940 , -75.198060 |
Cedrales | 3.932220 , -75.387220 |
Chapinero | 3.920830 , -75.320560 |
Chicuambe | 3.940830 , -75.155280 |
Chipala | 3.827780 , -75.306940 |
Confrerias | 3.885830 , -75.156110 |
Corinto | 3.975560 , -75.266390 |
Cucuana | 3.970000 , -75.103720 |
El Brillante | 3.883330 , -75.405280 |
El Corazon | 3.916670 , -75.400000 |
El Guavio | 4.039560 , -75.222010 |
El Guayabo | 3.890280 , -75.400560 |
El Mago | 3.867780 , -75.405560 |
El Recreo | 4.052220 , -75.307500 |
El Vergel | 3.960830 , -75.311670 |
Flautillo | 4.014720 , -75.196670 |
Gibraltar | 3.939190 , -75.077830 |
Guacharaco | 3.916670 , -75.250000 |
Guacharco | 3.933330 , -75.250000 |
Guaipa | 3.778890 , -75.226670 |
Guayabite | 3.857220 , -75.366670 |
Hato de Iglesia | 3.965830 , -75.095280 |
La Calera | 3.773060 , -75.302780 |
La Colorada | 4.076580 , -75.283690 |
La Cueva del Diablo | 3.932500 , -75.292780 |
La Reforma | 4.086400 , -75.316300 |
La Sortija | 3.867500 , -75.206110 |
Las Margaritas | 3.786670 , -75.218890 |
Los Colorados | 3.915000 , -75.211390 |
Los Naranjos | 4.019440 , -75.364720 |
Macute | 3.833330 , -75.300000 |
Meche | 3.766670 , -75.250000 |
Mesa de Mimones | 3.920000 , -75.341940 |
Mesa de Ortega | 4.001670 , -75.274720 |
Mesa de Ortega | 3.998300 , -75.270530 |
Olaya Herrera | 3.812500 , -75.331670 |
Ortega | 3.936100 , -75.221690 |
Palermo | 3.881390 , -75.176670 |
Palmar | 4.100000 , -75.266670 |
Paloma | 3.897220 , -75.306670 |
Peralonso | 3.866940 , -75.282220 |
Pilu | 3.933330 , -75.250000 |
Planadas | 3.811110 , -75.212220 |
Pocara | 3.884720 , -75.248890 |
Pozo de Texas | 3.900000 , -75.250000 |
Puerto Colombia | 3.950000 , -75.416670 |
Rincon de Curnico | 3.886390 , -75.232500 |
Samaria | 3.902780 , -75.346110 |
San Nicolas | 3.859720 , -75.207220 |
San Nicolas | 3.907220 , -75.368890 |
San Roque | 3.907780 , -75.301390 |
Santa Lucia | 3.799720 , -75.247780 |
Santuario | 3.919170 , -75.423060 |
Topacio | 3.967500 , -75.309720 |
Tumbili | 3.839170 , -75.307500 |
Ventaquemada | 3.823610 , -75.300280 |
Notes:
- You can download geometry data for Ortega 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.