Download outline map of Bristol (geojson format) :
Bristol.geojson (**)
Download polygon array of Bristol map for "Google Maps" :
Bristol.txt
Bounding Box for Bristol Map : ( 36.594585 , -82.243382 , 36.676929 , -82.103072 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Bristol map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.594585, -82.243382, 36.676929, -82.103072);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bristol)
[out:json];
(
rel["name"="Bristol"][type=boundary];
rel["name:en"="Bristol"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bristol
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barytes | 36.622050 , -82.157350 |
Briarwood | 36.625763 , -82.169656 |
Bristol | 36.618086 , -82.160701 |
Shakesville | 36.609550 , -82.139020 |
Notes:
- You can download geometry data for Bristol 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.