Error: services-internet.json does not work with WFS that hase parameters

Issue #1067 resolved
G. Völkl created an issue

Hello,

I use a url in services-internet.json that has parameters

Example:

{
            "id": "testwfs",
            "name": "test",
            "url": "https://mapservice.test.de/cgi-bin/mapserv?map=/data/ows/maps/test.map",
            "typ": "WFS",
            "featureType": "test",
}

The url is generated incorrectly. At the point where a & should stand there is a ?

I think that somewhere in the code "?" is set hard. I need this wfs for wfs search.

Thanks

Comments (5)

  1. Christopher Reder

    Hello,

    I have tried to reproduce your case and created a branch in the masterportal for this purpose. I used the basic portal for testing.

    For the solution, I created this branch in the masterportalApi. Can you check it out and see if it solves your problem?

    Best regards

    Christopher

  2. Christopher Reder

    Hello,

    we have merged the code in the masterportalapi.

    It will be available in the next version of the master portal in October.

    This should fix the error.

    Best regards

    Christopher

  3. Log in to comment