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