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