Download outline map of Staunton (geojson format) :
Staunton.geojson (**)
Download polygon array of Staunton map for "Google Maps" :
Staunton.txt
Bounding Box for Staunton Map : ( 38.121112 , -79.113524 , 38.199228 , -79.011313 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Staunton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.121112, -79.113524, 38.199228, -79.011313);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Staunton)
[out:json];
(
rel["name"="Staunton"][type=boundary];
rel["name:en"="Staunton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Staunton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Millbrook | 38.179850 , -79.033080 |
Peyton | 38.134580 , -79.043080 |
Staunton | 38.159280 , -79.060827 |
Staunton Park | 38.164020 , -79.092530 |
Notes:
- You can download geometry data for Staunton 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.