NOTE: I am aware that IE does not support client-side projection, but I don't believe client-side projection should even be required in this instance...
I am using a Basemap with wkid of 2193, and I am able to draw Graphics in 2193 to Graphics Layers on the view. However: if I try to add Feature Layers with a source in 2193 to the map I get [esri.views.2d.layers.FeatureLayerView2D] [feature-store:unsupported-query]: projection not supported error... Everything (Basemap, Graphics, Feature Layers) is in 2193, why is the API even trying to project it?
Has anyone noticed this before? Any ideas?
Here is a codepen demonstrating the issue: https://codepen.io/stacy-rendall/embed/dyMzdyX - as you can see, the 2193 graphic draws fine in IE11, but the 2193 Feature Layer does not... Editable version of the Pen here: https://codepen.io/stacy-rendall/pen/dyMzdyX (note that it cannot be edited in IE)
Solved! Go to Solution.
Hi Undral,
is there any update about this? Seems like you have sneakily fixed it
I can confirm that the problem which was present at ArcGIS API for JavaScript 4.17 [Date: 20201013, Revision: 40de7ece] is not occurring any more with version 4.17 [Date: 20201021, Revision: e28c17da] - i.e. this page now loads without issue in IE 11: https://codepen.io/stacy-rendall/embed/dyMzdyX
Is anyone able to provide an update about this? Seeing as version 4.17 also claims to support Internet Explorer this is a pretty massive issue for anyone working in local coordinate systems...
Have you called esri tech support and opened a ticket on this issue?
Robert Scheitlin, GISP - my above post was a sanity check prior to filing with tech support - are you able to verify the behaviour? Does it also seem odd to you? Am I just doing something totally stupid which is causing the issue?
Stacy,
I can confirm the same issue and do not see why a projection is even being attempted. So yes time to open a ticket.
Hi there,
Thanks for reporting this issue. We created an issue for this and will ping you here as soon as we resolve it.
Thanks,
-Undral
Hi Undral,
is there any update about this? Seems like you have sneakily fixed it
I can confirm that the problem which was present at ArcGIS API for JavaScript 4.17 [Date: 20201013, Revision: 40de7ece] is not occurring any more with version 4.17 [Date: 20201021, Revision: e28c17da] - i.e. this page now loads without issue in IE 11: https://codepen.io/stacy-rendall/embed/dyMzdyX
Hi Stacy. Yes sorry, we did a hotfix for this.