Commented out a code chunk in s_surveymap.R to include graticules. Similar to the bathymetric contours, the existing graticules may need some adjustment. Specifically, those available in shp_all$graticule do not extent for enough to support panning around in the Leaflet map.
Additionally, I haven't figure out a way to have those graticule labels permanently present at the margins of the viewing window. They currently require a mouseover -or- permanent labels can be placed at the beginning of the polyline structure, neither of which is too valuable.
However, a map without any indications of lat/long are pretty uninformative...
Commented out a code chunk in
s_surveymap.R
to include graticules. Similar to the bathymetric contours, the existing graticules may need some adjustment. Specifically, those available in shp_all$graticule do not extent for enough to support panning around in the Leaflet map.Additionally, I haven't figure out a way to have those graticule labels permanently present at the margins of the viewing window. They currently require a mouseover -or- permanent labels can be placed at the beginning of the polyline structure, neither of which is too valuable.
However, a map without any indications of lat/long are pretty uninformative...