Download outline map of Matupa (geojson format) :
Matupa.geojson (**)
Download polygon array of Matupa map for "Google Maps" :
Matupa.txt
Bounding Box for Matupa Map : ( -10.3882 , -55.243961 , -9.571921 , -53.58692 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Matupa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-10.3882, -55.243961, -9.571921, -53.58692);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Matupa)
[out:json];
(
rel["name"="Matupa"][type=boundary];
rel["name:en"="Matupa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Matupa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Flor da Serra | -10.088455 , -55.129204 |
Matupá | -10.182526 , -54.928877 |
Sucam | -10.047238 , -55.028080 |
Notes:
- You can download geometry data for Matupa 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.