Sora (Boyacá) Map Cropping Samples
Sora (Boyacá) Map Cropping Samples-1
Sora (Boyacá) Map Cropping Samples-2
Sora neighborhoods and villages map with 3D shadow effect
flag map of Sora with 3D shadow effect
Sora map with 3d shadow effect
Download outline map of Sora (geojson format) :
Sora.geojson (**)
Download polygon array of Sora map for "Google Maps" :
Sora.txt
Bounding Box for Sora Map : ( 5.54725256086 , -73.4984958191 , 5.61976955569 , -73.3952965483 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Sora map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.54725256086, -73.4984958191, 5.61976955569, -73.3952965483);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sora)
[out:json];
(
rel["name"="Sora"][type=boundary];
rel["name:en"="Sora"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Sora 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.