vince7lf / aerial_wildlife_detection

Tools for detecting wildlife in aerial images using active learning
MIT License
0 stars 0 forks source link

QGIS WFS GetCapabilities parser error #74

Open vince7lf opened 1 year ago

vince7lf commented 1 year ago

Lors de l’ajout de la couche WFS avec QGIS, une erreur de parsing arrive :

GetCapabilities failed for url pagingEnabled='true' preferCoordinatesForWfsT11='false' restrictToRequestBBOX='1' srsname='EPSG:4326' typename='ms:layer-one_tile' url='http://206.12.94.82:8081/ms/wfs_aide' url='http://206.12.94.82:8081/ms/wfs_aide?VERSION=1.1.0&TYPENAME=layer-one_tile' version='auto': error occurred while parsing element

download.png

vince7lf commented 1 year ago

fix localhost in aide.map in line "wfs_onlineresource" "http://localhost:8081/ms/wfs_aide?" ## Recommended replace by server IP

vince7lf commented 1 year ago

tested with ArcGIS Pro; works; still not working with QGIS.