Download outline map of Williamsburg (geojson format) :
Williamsburg.geojson (**)
Download polygon array of Williamsburg map for "Google Maps" :
Williamsburg.txt
Bounding Box for Williamsburg Map : ( 37.247037 , -76.742487 , 37.310284 , -76.664357 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Williamsburg map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.247037, -76.742487, 37.310284, -76.664357);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Williamsburg)
[out:json];
(
rel["name"="Williamsburg"][type=boundary];
rel["name:en"="Williamsburg"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Williamsburg
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Colonial Williamsburg | 37.262500 , -76.699720 |
Forest Hill Park | 37.281540 , -76.688570 |
Williamsburg | 37.269010 , -76.707412 |
Notes:
- You can download geometry data for Williamsburg 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.