Download outline map of Waynesboro (geojson format) :
Waynesboro.geojson (**)
Download polygon array of Waynesboro map for "Google Maps" :
Waynesboro.txt
Bounding Box for Waynesboro Map : ( 38.031569 , -78.951484 , 38.099978 , -78.855616 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Waynesboro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.031569, -78.951484, 38.099978, -78.855616);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Waynesboro)
[out:json];
(
rel["name"="Waynesboro"][type=boundary];
rel["name:en"="Waynesboro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Waynesboro
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chinquapin | 38.043750 , -78.906130 |
Oak Hill | 38.050970 , -78.923910 |
Waynesboro | 38.067317 , -78.901252 |
Notes:
- You can download geometry data for Waynesboro 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.