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