Download outline map of Lapa (geojson format) :
Lapa.geojson (**)
Download polygon array of Lapa map for "Google Maps" :
Lapa.txt
Bounding Box for Lapa Map : ( -26.058392 , -50.23152 , -25.544091 , -49.518763 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Lapa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-26.058392, -50.23152, -25.544091, -49.518763);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lapa)
[out:json];
(
rel["name"="Lapa"][type=boundary];
rel["name:en"="Lapa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Lapa 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.