Download outline map of Petersburg (geojson format) :
Petersburg.geojson (**)
Download polygon array of Petersburg map for "Google Maps" :
Petersburg.txt
Bounding Box for Petersburg Map : ( 56.355103 , -133.738611 , 57.824738 , -132.051044 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Petersburg map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](56.355103, -133.738611, 57.824738, -132.051044);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Petersburg)
[out:json];
(
rel["name"="Petersburg"][type=boundary];
rel["name:en"="Petersburg"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Petersburg
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cape Fanshaw | 57.212780 , -133.501940 |
Doyhof | 56.786110 , -132.975560 |
Entrance Island | 57.412220 , -133.441110 |
Notes:
- You can download geometry data for Petersburg 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.