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