openjump-gis / openjump

OpenJUMP, the Open Source GIS with more than one trick in its kangaroo pocket, takes the leap from svn to git. join the effort!
http://openjump.org
GNU General Public License v2.0
28 stars 14 forks source link

Regression in WMS with OJ2 #23

Closed mukoki closed 3 years ago

mukoki commented 3 years ago

With Mapserver WMS it is common that the online resource is like http://my.host.com/cgi-bin/mapserv?map=mywms.map&

https://www.mapserver.org/ogc/wms_server.html#changing-the-online-resource-url". It is not possible to use such services with OpenJUMP 2 because it cuts the URL after the server part -> http://my.host.com/cgi-bin/mapserv?

There is a new option to add custom WMS parameters with “more-parameters” but it comes available too late, only after the initial connection has been successful and user has selected the layers.

The issue can be tested with this preconfigured server http://wms.pcn.minambiente.it/ogc?map=/ms_ogc/WMS_v1.3/raster/ortofoto_colore_12.map&service=wms&request=getCapabilities&version=1.3.0&

-Jukka Rahkonen-