leaflet-contxtmenu 右键菜单叠加问题

参考:使leaflet右键插件的问题 - SuperMap技术问答社区

leaflet-contxtmenu 右键菜单叠加问题_第1张图片

解决办法:

leaflet-contxtmenu 右键菜单叠加问题_第2张图片 

this._map.on(
                {
                    contextmenu: this._show,
                    mousedown: this._hide,
                    zoomstart: this._hide
                },
                this
            );

 

你可能感兴趣的:(vue.js,javascript,前端)