Incorrect "projection not supported" on IE11

1797
7
Jump to solution
08-31-2020 05:34 PM
Stacy-Rendall
New Contributor III

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)

0 Kudos
1 Solution

Accepted Solutions
Stacy-Rendall
New Contributor III

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 

View solution in original post

0 Kudos
7 Replies
Stacy-Rendall
New Contributor III

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...

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Have you called esri tech support and opened a ticket on this issue?

0 Kudos
Stacy-Rendall
New Contributor III

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?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

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.

UndralBatsukh
Esri Regular Contributor

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

Stacy-Rendall
New Contributor III

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 

0 Kudos
mgeorge
Esri Contributor

Hi Stacy. Yes sorry, we did a hotfix for this.