Download outline map of Policarpa (geojson format) :
Policarpa.geojson (**)
Download polygon array of Policarpa map for "Google Maps" :
Policarpa.txt
Bounding Box for Policarpa Map : ( 1.584294 , -77.622546 , 1.883796 , -77.35012 )
Wikipedia ID for Policarpa : Q1525852
Wikipedia SPARQL Query for Policarpa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1525852 wdt:P1082 ?population. }
OPTIONAL { wd:Q1525852 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1525852 wdt:P2046 ?area. }
OPTIONAL { wd:Q1525852 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1525852 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1525852 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 Policarpa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](1.584294, -77.622546, 1.883796, -77.35012);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Policarpa)
[out:json];
(
rel["name"="Policarpa"][type=boundary];
rel["name:en"="Policarpa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Policarpa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altamira | 1.673620 , -77.383950 |
Andongo | 1.638190 , -77.407130 |
Buenavista | 1.653780 , -77.414990 |
Caserio Andongo | 1.630350 , -77.415420 |
Chita | 1.633330 , -77.466670 |
Claudia | 1.735550 , -77.403420 |
Damasco | 1.783330 , -77.566670 |
El Ejido | 1.711570 , -77.506930 |
La Cuchilla | 1.599770 , -77.456660 |
La Guasca | 1.616650 , -77.444390 |
La Hoja | 1.805560 , -77.495280 |
La Loma | 1.606880 , -77.453690 |
La Montana | 1.753110 , -77.406530 |
La Palmera | 1.691760 , -77.416640 |
La Punta | 1.677940 , -77.364200 |
La Victoria | 1.774170 , -77.486390 |
Las Canoas | 1.670990 , -77.446970 |
Madrigal | 1.748620 , -77.505130 |
Policarpa | 1.632310 , -77.461990 |
Puerto Rico | 1.595190 , -77.441630 |
Restrepo | 1.650000 , -77.483330 |
Restrepo | 1.680620 , -77.449280 |
San Antonio | 1.644720 , -77.426130 |
San Antonio | 1.662550 , -77.411680 |
San Isidro | 1.692680 , -77.442930 |
San Pablo | 1.710830 , -77.451110 |
San Roque | 1.733310 , -77.473100 |
Sanchez | 1.683330 , -77.483330 |
Surplio | 1.782500 , -77.415830 |
Vereda Altamira | 1.677940 , -77.383750 |
Notes:
- You can download geometry data for Policarpa 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.