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