camptocamp / inkmap

A library for generating high-quality, printable maps on the browser.
Other
86 stars 17 forks source link

WFS layers fail when using service worker #40

Open jahow opened 3 years ago

jahow commented 3 years ago

GML geometries are parsed using the OpenLayers format utils, which rely on DOMParser. This API is not available in workers.

A workaround could be to use https://github.com/xmldom/xmldom which apparently provides an identical API as DOMParser but compatible with a worker environment.

LHBruneton-C2C commented 1 year ago

Hello @jahow ? Is this issue still open ?

jahow commented 1 year ago

yes!