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