Skip to content

Check localStorage for last Coordinates and Zoom

nic547 requested to merge nic547/osmybiz:merge-map-position into develop

This MR will update the Map to check for the last set of coordinates and zoom level when not provided via URL.

This applies in the following scenarios:

  • A user returns from the detail view
  • A user visits the website via it's URL after having visited for a first time

As far as I can tell, this is the behaviour as observed on the productive version of OSMyBiz, but this was forgotten about during the vue3 upgrade.

Merge request reports