Skip to content
#

webmapping

Here are 75 public repositories matching this topic...

JakobMiksch
JakobMiksch commented Apr 7, 2022

The listeners of the InfoClickWin are not unregistered. See here: https://github.com/meggsimum/wegue/blob/master/src/components/infoclick/InfoClickWin.vue#L146-L154
I can probably fixed with:

 if (visible) {
        me.registerMapClick();
      } else {
        me.registerMapClick(true); // <-- THIS IS THE FIX
    [...]
}

Normally, this bug is not noticed, but can have ef

good first issue

This repository will offer several learning strategies and advanced study material along with the interesting use case and programs that will help jump start your journey of becoming a data scientist with python !!!

  • Updated Sep 2, 2019
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the webmapping topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webmapping topic, visit your repo's landing page and select "manage topics."

Learn more