3liz / lizmap-web-client

Transfer a QGIS project on a server, Lizmap is providing the web interface to browse it
https://www.lizmap.com
Mozilla Public License 2.0
254 stars 143 forks source link

Tool to add temporarly (more) external layers (i.e. WMS) #3771

Open gioman opened 1 year ago

gioman commented 1 year ago

Allowing to add to te map a KML/GPX with the Draw tool was indeed an important step, but in several cases is necessary to to further for example allowing add/upload more type of datasources, like for example external WMS layers. The tool could allow to enter the URL of a WMS service and if valid show a list of the available layers. Or it would even suffice to ask the user to specify the layer name too. The layer could simply be loaded with the advertised default CRS as the QGIS Browser does (no choice of CRS there for the user).

image

Gustry commented 1 year ago

Linked to #414, #495

rldhont commented 1 month ago

I thin you can achieved it since https://github.com/3liz/lizmap-web-client/pull/4389, isn't it ?

gioman commented 1 month ago

I thin you can achieved it since #4389, isn't it ?

@rldhont not sure: is the commit you link also about having a GUI where the user can specify the endpoint URL and eventually choose among the list of advertised layers?