Download outline map of Ciénaga (geojson format) :
Ciénaga.geojson (**)
Download polygon array of Ciénaga map for "Google Maps" :
Ciénaga.txt
Bounding Box for Ciénaga Map : ( 10.608079 , -74.284759 , 11.105352 , -73.769506 )
Wikipedia ID for Ciénaga : Q1092797
Wikipedia SPARQL Query for Ciénaga (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1092797 wdt:P1082 ?population. }
OPTIONAL { wd:Q1092797 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1092797 wdt:P2046 ?area. }
OPTIONAL { wd:Q1092797 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1092797 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1092797 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 Ciénaga map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.608079, -74.284759, 11.105352, -73.769506);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ciénaga)
[out:json];
(
rel["name"="Ciénaga"][type=boundary];
rel["name:en"="Ciénaga"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ciénaga
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ciénaga | 11.007030 , -74.247650 |
Claralicia | 10.966670 , -73.900000 |
Dilia Ester | 10.915180 , -74.050270 |
Dividivi | 10.894920 , -74.220130 |
El Placer | 10.866670 , -73.866670 |
Hacienda Borinque | 10.666670 , -74.133330 |
Hacienda La Lucha | 10.897000 , -74.242310 |
Hato de Manuel | 10.881280 , -73.927540 |
Juan Chiquito | 10.983330 , -74.200000 |
La Belleza | 10.971430 , -74.210480 |
La Elisa | 11.037440 , -74.205730 |
La Ninfa | 10.970370 , -74.203580 |
La Palma | 10.957440 , -74.212740 |
Las Casitas | 11.050000 , -74.066670 |
Los Limones | 10.871370 , -74.104210 |
Palermo | 10.974030 , -74.200650 |
Palmichal | 10.933330 , -73.866670 |
Papare | 11.047550 , -74.227450 |
San Fernando | 10.966670 , -74.183330 |
San Jose | 10.959040 , -74.172940 |
San Pedro de La Sierra | 10.899760 , -74.040220 |
Santa Rosa | 10.983670 , -74.236010 |
Villa Leonor | 10.983000 , -74.037950 |
Notes:
- You can download geometry data for Ciénaga 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.