Closed cancastilho closed 3 years ago
@cancastilho Thanks! So, this doesn't break the ArcGIS extension again? I had assumed that moving Wkt
to global scope was somehow essential to getting that working.
Hi @arthur-e. Fortunally, this won't break arcgis again. It turns out that wicked-arcgis-amd was missing a return statement in the end of the module. After changing that, we don't need Wkt global anymore for arcgis to work. You could check those working samples arcgis3.html and arcgis4.html to see them working.
Make Wkt local again. Possible fix to issue #156. Although I could not reproduce the error mentioned there.