Skip to content
#

webgis

Here are 141 public repositories matching this topic...

lavalse
lavalse commented May 12, 2022

Describe the bug
The distance between the marker and Label didn't update. It should update based on the size of the icon automatically.

To Reproduce
Steps to reproduce the behavior:

  1. Add a marker layer
  2. Choose an image as an icon
  3. Enable the Label
  4. Change the Image scale
  5. You will find the label just in the same position

Screenshots
![1652259112(1)](https://user

bug good first issue frontend
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

Improve this page

Add a description, image, and links to the webgis 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 webgis topic, visit your repo's landing page and select "manage topics."

Learn more