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