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
A lot of popup methods are scattered among different layer implementations — Map.Popup.js, Marker.Popup.js, Path.Popup.js, etc. We need to DRY this code up, and as we now have a Layer base class, we can move a more generic implementation there. A part of #2210 post-layer refactoring.
The text was updated successfully, but these errors were encountered:
A lot of popup methods are scattered among different layer implementations —
Map.Popup.js
,Marker.Popup.js
,Path.Popup.js
, etc. We need to DRY this code up, and as we now have aLayer
base class, we can move a more generic implementation there. A part of #2210 post-layer refactoring.The text was updated successfully, but these errors were encountered: