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