Duitama (Boyacá) Map Cropping Samples
Duitama (Boyacá) Map Cropping Samples-1
Duitama (Boyacá) Map Cropping Samples-2
Duitama neighborhoods and villages map with 3D shadow effect
flag map of Duitama with 3D shadow effect
Duitama map with 3d shadow effect
Download outline map of Duitama (geojson format) :
Duitama.geojson (**)
Download polygon array of Duitama map for "Google Maps" :
Duitama.txt
Bounding Box for Duitama Map : ( 5.771147 , -73.176247 , 6.023554 , -73.008952 )
Wikipedia ID for Duitama : Q1011125
Wikipedia SPARQL Query for Duitama (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1011125 wdt:P1082 ?population. }
OPTIONAL { wd:Q1011125 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1011125 wdt:P2046 ?area. }
OPTIONAL { wd:Q1011125 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1011125 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1011125 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 Duitama map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.771147, -73.176247, 6.023554, -73.008952);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Duitama)
[out:json];
(
rel["name"="Duitama"][type=boundary];
rel["name:en"="Duitama"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Duitama
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bonza | 5.810500 , -73.064220 |
Duitama | 5.824500 , -73.034080 |
Granja Agricola | 5.793100 , -73.074480 |
Montebel | 5.933330 , -73.116670 |
San Alejo | 5.933550 , -73.087940 |
San Isidro | 6.006370 , -73.039530 |
Santa Ana | 5.859850 , -73.065590 |
Santa Elena | 5.947820 , -73.144960 |
Sirata | 5.850000 , -73.033330 |
Notes:
- You can download geometry data for Duitama 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.