Download outline map of Ovejas (geojson format) :
Ovejas.geojson (**)
Download polygon array of Ovejas map for "Google Maps" :
Ovejas.txt
Bounding Box for Ovejas Map : ( 9.421536 , -75.325501 , 9.686259 , -75.014957 )
Wikipedia ID for Ovejas : Q1441134
Wikipedia SPARQL Query for Ovejas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1441134 wdt:P1082 ?population. }
OPTIONAL { wd:Q1441134 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1441134 wdt:P2046 ?area. }
OPTIONAL { wd:Q1441134 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1441134 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1441134 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 Ovejas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.421536, -75.325501, 9.686259, -75.014957);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ovejas)
[out:json];
(
rel["name"="Ovejas"][type=boundary];
rel["name:en"="Ovejas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ovejas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Almagra | 9.564870 , -75.282230 |
Altamira | 9.516670 , -75.050000 |
Buenos Aires | 9.500000 , -75.100000 |
Chengue | 9.651790 , -75.301790 |
Damasco | 9.590760 , -75.186640 |
Don Gabriel | 9.622990 , -75.292550 |
El Brujal | 9.500000 , -75.116670 |
El Charcon | 9.564190 , -75.188000 |
El Cope | 9.455220 , -75.110890 |
El Floral | 9.535260 , -75.176850 |
Flor del Monte | 9.498760 , -75.150830 |
La Pablera | 9.482370 , -75.035810 |
La Pena | 9.520800 , -75.184850 |
Las Mercedes | 9.558940 , -75.247520 |
Lomas del Banco | 9.583330 , -75.150000 |
Miramar | 9.635680 , -75.294760 |
Morrocoy | 9.533330 , -75.066670 |
Ojo de Agua | 9.644760 , -75.290090 |
Ovejas | 9.532480 , -75.223820 |
Pajonal | 9.651930 , -75.293930 |
Palmarito | 9.500000 , -75.100000 |
Patricio | 9.500000 , -75.133330 |
Pijiguay | 9.609220 , -75.247100 |
Pospos | 9.516670 , -75.066670 |
Quimbay | 9.483330 , -75.033330 |
Salitral | 9.650000 , -75.283330 |
San Roque | 9.533330 , -75.116670 |
Tunez | 9.450000 , -75.116670 |
Villa Luisa | 9.633330 , -75.283330 |
Villa Silvia | 9.650000 , -75.300000 |
Notes:
- You can download geometry data for Ovejas 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.