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