IQBAL-HAMEED17
IQBAL-HAMEED17
Hi, I’m Iqbal Hameed. I’d like to contribute and work on this issue. Could you please confirm if it’s available?
Thank you for the clarification. From the code references in the issue, I see the problem clearly. Inside Snap.js, the logic checks the geometry type directly with: segmentData.feature.getGeometry().getType() But when...
Hi, I’m Iqbal Hameed. I’d like to contribute and work on this issue. Could you please confirm if it’s available?
@ahocevar Thank you! To confirm, I will work on the actual issue described here: when the ImageWMS (and TiledWMS) layer is hidden and the source params are updated, the previously...
Hi @ahocevar , thanks for your guidance so far! Before I start working on the PR, could you point me to the part of the code where layer.changed() or renderer...
@ahocevar Got it, thanks! I’ll test the example by replacing source.changed() with layer.changed() and check whether it solves the issue without modifying the library code. I’ll report the result here...