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