Baa (Maldives) Map Cropping Samples

Baa (Maldives) Map Cropping Samples-1
Baa (Maldives) Map Cropping Samples-1

Baa (Maldives) Map Cropping Samples-2
Baa (Maldives) Map Cropping Samples-2

Download outline map of Baa (geojson format) : Baa.geojson (**)
Download polygon array of Baa map for "Google Maps" : Baa.txt
Bounding Box for Baa Map : ( 4.88052 , 72.856619 , 5.352769 , 73.131847 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Baa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](4.88052, 72.856619, 5.352769, 73.131847);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Baa)
[out:json];
(
rel["name"="Baa"][type=boundary];
rel["name:en"="Baa"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Notes:
- You can download geometry data for Baa 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.

Create Baa counties and neighborhoods map.


Share this page