GeoNode / QGISGeoNodePlugin

A QGIS plugin that provides integration with GeoNode
https://geonode.org/QGISGeoNodePlugin/
GNU General Public License v3.0
11 stars 10 forks source link

[Fixes: #259] Loading of dataset fails if domain contains geoserver #260

Open t-book opened 1 year ago

t-book commented 1 year ago

The current code splits the URL based on the string geoserver. In case the domain contains geoserver somewhere else, like https://geoserver.example.com the loading of resources fails. I'd like to suggest to explitcitly search for /geoserver/ which would target geoserver.example.com /geoserver/ ows...