Download outline map of Varzea (geojson format) :
Varzea.geojson (**)
Download polygon array of Varzea map for "Google Maps" :
Varzea.txt
Bounding Box for Varzea Map : ( -6.874422 , -37.152227 , -6.707537 , -36.952663 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Varzea map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-6.874422, -37.152227, -6.707537, -36.952663);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Varzea)
[out:json];
(
rel["name"="Varzea"][type=boundary];
rel["name:en"="Varzea"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Varzea
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Loreto | -6.783330 , -37.116670 |
Mulunguzinho | -6.866670 , -37.016670 |
Santa Rosa | -6.816670 , -37.050000 |
Várzea | -6.770473 , -36.991046 |
Notes:
- You can download geometry data for Varzea 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.