Download outline map of Chíquiza (geojson format) :
Chíquiza.geojson (**)
Download polygon array of Chíquiza map for "Google Maps" :
Chíquiza.txt
Bounding Box for Chíquiza Map : ( 5.560176 , -73.516258 , 5.711437 , -73.376598 )
Wikipedia ID for Chíquiza : Q1575485
Wikipedia SPARQL Query for Chíquiza (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1575485 wdt:P1082 ?population. }
OPTIONAL { wd:Q1575485 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1575485 wdt:P2046 ?area. }
OPTIONAL { wd:Q1575485 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1575485 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1575485 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 Chíquiza map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.560176, -73.516258, 5.711437, -73.376598);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chíquiza)
[out:json];
(
rel["name"="Chíquiza"][type=boundary];
rel["name:en"="Chíquiza"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chíquiza
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chíquiza | 5.604120 , -73.485180 |
El Barrial | 5.612870 , -73.432960 |
Jaguata | 5.675710 , -73.384160 |
Versalles | 5.656490 , -73.433820 |
Notes:
- You can download geometry data for Chíquiza 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.