intermittent default zoom issue
-
Problem with debugging it is that it’s hard to recreate the issue, it happens intermittently and I tried just pressing refresh for 20 seconds straight but didn’t recreate it either
My default zoom is set to 12 under misc, is that also why it’s doing this?
(Also note, the css that’s on being applied to the plugin to disable interaction, it’s happening without it as well and I also updated the plugin to latest version before this post)
(The css in question is below but I am certain, it isn’t causing it.
/*code to hide zoom */
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
pointer-events: none !important;
}.waymark-map .leaflet-control-zoom {
display: none;
}.leaflet-touch .leaflet-control-layers-toggle{
display: none;
}.leaflet-touch .leaflet-control-fullscreen-button{
display: none;
}Link to screenshots:
https://drive.google.com/drive/folders/1R_LpEh4k5PJh07wCVB5fZIQe7ASBAg6r?usp=share_link
The page I need help with: [log in to see the link]
The topic ‘intermittent default zoom issue’ is closed to new replies.