-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESRI ArcGIS JavaScript API demo fails #152
Comments
I tried to use wicket in an Angular app: const wkt = new Wkt.Wkt(); // but then fails on I noticed that the arcgis.html demo code uses wkt.toObject(config);
But wkt.toObject() is expecting 0 arguments....... it also results in the error above. |
Thank you for the feedback @arthur-e - I switched to using the TerraFormer plugin |
The ESRI ArcGIS JavaScript API demo (https://arthur-e.github.io/Wicket/sandbox-arcgis.html) is failing
The text was updated successfully, but these errors were encountered: