Just tried on a local geoserver instance and I get this CORS issue. Using such address with WMS TileLayers works without problems:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8080/geoserver/wfs?. This can be fixed by moving the resource to the same domain or enabling CORS.
Since the web content is on port 80, I need to specify the full address. Which seem to work fine with other layers. Any idea ho to solve or circumvent this issue at the plugin level (i.e. without enabling CORS?).
Request fails and I get the message at line 109 & 110 of current dist as output.
Just tried on a local geoserver instance and I get this CORS issue. Using such address with WMS TileLayers works without problems:
Since the web content is on port 80, I need to specify the full address. Which seem to work fine with other layers. Any idea ho to solve or circumvent this issue at the plugin level (i.e. without enabling CORS?).
Request fails and I get the message at line 109 & 110 of current dist as output.