tetratech / baytrendsmap

Shiny app to create maps on-the-fly from output of the baytrends package.
https://tetratech.github.io/baytrendsmap/
MIT License
4 stars 2 forks source link

Map Zoom Buffer creates skinny maps #6

Closed leppott closed 4 years ago

leppott commented 4 years ago

Describe the bug The map zoom feature creates skinny maps (East to West).

To Reproduce Create a Trend or Range map.

Expected behavior Should buffer the selected zoom region.

Screenshots image

Additional context zoom_buffer is not getting added correctly to bounding box of selected zoom region.

image

Remove the negative for "x".

leppott commented 4 years ago

May need to implement a maximum and minimum outside of the Chesapeake Bay so large zoom buffers don't have the map offset. Only a possibility.

image

Zoom buffer fixed.