IITC-CE / ingress-intel-total-conversion

intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.
https://iitc.app
ISC License
285 stars 110 forks source link

Layering issue with plugins #132

Closed fortepc closed 5 years ago

fortepc commented 5 years ago

I've got a few plugins from this repo (https://github.com/Wintervorst/iitc/tree/master/plugins) that worked on the iitc.me version, that are now that I've switched to this CE version, not layering properly. I've put an issue on their repo as well as I'm unsure what exactly is at fault.

modos189 commented 5 years ago

IITC-CE uses the updated Leaflet library, for compatibility with which the authors of third-party plugins need to make some changes.

In this case, changing all clickable:false to interactive:false solves this problem.

fortepc commented 5 years ago

Awesome, thanks for the help.