Wicket icon indicating copy to clipboard operation
Wicket copied to clipboard

Online Arcgis demo not working

Open leforthomas opened this issue 7 years ago • 5 comments

The demo @ http://arthur-e.github.io/Wicket/sandbox-arcgis.html doesn't work for me. I'm getting various errors in the console, for instance "(index):15 Error: multipleDefine(…)" or "sandbox-arcgis.html:66 Uncaught ReferenceError: Wkt is not defined".

leforthomas avatar Sep 06 '16 14:09 leforthomas

See #74 which is likely related.

arthur-e avatar Sep 06 '16 14:09 arthur-e

How do we get the Arcgis demo working. I got a look at #74 but did not help me solve the problem

dbonanWoobler avatar Jul 25 '18 16:07 dbonanWoobler

Hello, @dbonanWoobler, it has been a long time since I implemented support for the ArcGIS Javascript API. At the time, I never used the ArcGIS API for anything else. Since that time, it has been continuously updated and I have no experience with which to fix the inevitable backwards incompatibility. The problem you're experiencing likely lies in how to properly load the ArcGIS APi, e.g., whether to use an AMD format or some other module loaders...

I'm hoping someone who actually uses the ArcGIS API will make the necessary adjustments and submit a Pull Request.

arthur-e avatar Jul 25 '18 22:07 arthur-e

The new demos, depending on ArcGIS version, are doc/arcgis3.html and doc/arcgis4.html.

arthur-e avatar Sep 03 '21 12:09 arthur-e

Unfortunately, these demos are fixed for the master branch (i.e., serving from doc/ locally) but are not fixed yet on gh-pages.

arthur-e avatar Sep 03 '21 14:09 arthur-e