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