Hy,
According to spatial reference of the map CoordinateConversion widget use a projection function of geometry service :
By default it is geometry service of ArcGIS Online, but possible to set client geometry service :
esriConfig.geometryServiceUrl = "....";
My questions are :
Regards,
Flavie
Problem occurs only with Internet Explorer 11 and this limitation is enounced in api documentation :
Internet Explorer 11 does not support WebAssembly, so the clientside projection engine will not work.
Client side projection engine work with Firefox and Chrome.
Then you need to contact esri tech support and request an enhancement.
Flavie,
The likely reason is that the Projection class is a Large payload that the API team lets you decide if you want to load that heavy module. They do not assume that you want that amount out payload added to your app just because you are using the cordinateConversion widget. I don't believe that it is possible to specify that the widget uses the projection class instead of the default geomertyService.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.