Skip to content

chore: set extents in state once map is shown

fixes #131 (closed)

This solution involves only setting the map extents in the URL once the map is shown. No extents in the URL indicate no map. This is better than creating a separate parameter to keep track of whether or not the map has been shown for the following reasons:

  • One less piece of information in state
  • Consistent behavior between mobile and desktop
  • Allows users on mobile to share filtered lists as bookmark-able links
Edited by Edward J Hunter

Merge request reports