You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: