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
Gives ability to set Leaflet's global switches:
- prefer_canvas: Forces Leaflet to use the Canvas back-end (if
available) for vector layers instead of SVG
- no_touch: Forces Leaflet to not use touch events even if it detects
them
- disable_3d: Forces Leaflet to not use hardware-accelerated CSS 3D transforms for
positioning (which may cause glitches in some rare environments) even if
they're supported
0 commit comments