Download outline map of Zipaquirá (geojson format) :
Zipaquirá.geojson (**)
Download polygon array of Zipaquirá map for "Google Maps" :
Zipaquirá.txt
Bounding Box for Zipaquirá Map : ( 4.961066 , -74.094489 , 5.162456 , -73.905623 )
Wikipedia ID for Zipaquirá : Q205429
Wikipedia SPARQL Query for Zipaquirá (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q205429 wdt:P1082 ?population. }
OPTIONAL { wd:Q205429 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q205429 wdt:P2046 ?area. }
OPTIONAL { wd:Q205429 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q205429 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q205429 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 Zipaquirá map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.961066, -74.094489, 5.162456, -73.905623);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Zipaquirá)
[out:json];
(
rel["name"="Zipaquirá"][type=boundary];
rel["name:en"="Zipaquirá"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Zipaquirá
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arenal Chico | 5.000000 , -73.950000 |
Barandillas | 5.016670 , -73.966670 |
Barroblanco | 4.993410 , -74.044120 |
Bocachica | 5.033330 , -74.050000 |
Buenavista | 5.150000 , -74.050000 |
Campina | 5.033330 , -73.950000 |
Casablanca | 5.016670 , -74.016670 |
Corralejas | 5.000000 , -74.000000 |
El Abra | 5.016670 , -73.950000 |
El Banco | 5.033330 , -74.050000 |
El Barril | 4.983330 , -74.016670 |
El Huerto | 5.016670 , -73.983330 |
El Jardin | 5.016670 , -73.983330 |
El Recreo | 5.016670 , -73.983330 |
El Tandil | 4.986300 , -73.988960 |
El Tiber | 5.000000 , -73.983330 |
El Triunfo | 5.000000 , -73.983330 |
Granada | 5.033330 , -73.950000 |
Granja | 4.983610 , -73.947220 |
Juncalito | 5.000000 , -74.000000 |
La Estrella | 5.000000 , -74.016670 |
La Fragueita | 5.000000 , -74.000000 |
La Laguna | 5.083330 , -74.033330 |
La Lomita | 5.033330 , -73.966670 |
La Verbena | 4.989650 , -73.989650 |
Las Juntas | 4.983240 , -73.953320 |
Las Marias | 4.989580 , -73.938670 |
Normandia | 5.000000 , -73.950000 |
Oran | 5.016670 , -74.016670 |
Pilares | 5.033330 , -73.983330 |
San Jose | 4.976620 , -73.995190 |
San Luis | 5.033330 , -73.966670 |
San Pedro | 5.025690 , -73.953940 |
San Rafael | 5.033330 , -73.983330 |
Santa Barbara | 4.990470 , -73.952750 |
Santa Barbara | 5.066670 , -74.033330 |
Santa Librada | 4.996010 , -74.006960 |
Versalles | 5.000000 , -74.000000 |
Zipaquirá | 5.022080 , -74.004810 |
Notes:
- You can download geometry data for Zipaquirá 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.