You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current state
Currently the map layers variables in Ansyn code are declared with type "any".
But we rely on the map layer object having methods like set() and get().
This remained from the time where we relied on using only OpenLayers map layers, because these objects do have these methods (set, get, etc.)
But we have since moved OpenLayers specific code to a separate package.
Target State
We will define a type for the map layers variables.
The text was updated successfully, but these errors were encountered:
Current state
Currently the map layers variables in Ansyn code are declared with type "any".
But we rely on the map layer object having methods like set() and get().
This remained from the time where we relied on using only OpenLayers map layers, because these objects do have these methods (set, get, etc.)
But we have since moved OpenLayers specific code to a separate package.
Target State
We will define a type for the map layers variables.
The text was updated successfully, but these errors were encountered: