I upgraded to 4.18 and suddenly it failed when querying the data against GeoJSONLayer using mouse click event
This code used to work in 4.17
https://codepen.io/pegafal/pen/wvgebNd
Any idea how to fix this?
Thanks
Solved! Go to Solution.
Hi there,
I am able to reproduce the issue and thanks for reporting this issue. In meantime, at 4.18, you can use
Polygon.fromExtent method to workaround this issue.
I have updated your test app use this method and the results are returned as expected. I will update you once we have a fix for this issue.
Hope this helps,
Undral
Hi there,
I am able to reproduce the issue and thanks for reporting this issue. In meantime, at 4.18, you can use
Polygon.fromExtent method to workaround this issue.
I have updated your test app use this method and the results are returned as expected. I will update you once we have a fix for this issue.
Hope this helps,
Undral
Thank you. Worked perfectly
Hi there,
I am letting you know that this issue will be fixed at version 4.28 and it is expected to be released end of October.