fgpv-vpgf / fgpv-vpgf

The Reusable Accessible Mapping Platform (RAMP), also known as the Federal Geospatial Platform Visualiser (FGPV), is a Javascript based web mapping platform that provides a reusable, responsive and WCAG 2.0 "AA" compliant common viewer platform for the Government of Canada.
https://fgpv-vpgf.github.io/fgpv-vpgf/master/docs/#/
Other
45 stars 48 forks source link

Bookmark tries to preserves state of broken layers #2092

Closed AleksueiR closed 7 years ago

AleksueiR commented 7 years ago

If a layer fails to load, as the Ozone layer frequently does, the bookmark will still try to preserve its state. This bookmark will fail on subsequent load since trying to apply a broken layer state to the config.

AleksueiR commented 7 years ago

There is a bizarre edge case with the Ozone layer when it's broken:

AleksueiR commented 7 years ago

Bookmark now only preserves state of loaded layers.