diff --git a/ui/src/interfaces/ControllerDesktop.ts b/ui/src/interfaces/ControllerDesktop.ts index 573a175af..3918602d7 100644 --- a/ui/src/interfaces/ControllerDesktop.ts +++ b/ui/src/interfaces/ControllerDesktop.ts @@ -58,18 +58,18 @@ class Controller extends AbstractDesktopController { // MapServer route: /mapserv_proxy//ogcapi/* fetch( - 'https://localhost:8484/mapserv_proxy/Main%20PNG/ogcapi/collections/osm_open/items?bbox=6.0,46.0,7.0,47.0&limit=100&offset=0' + 'https://localhost:8484/mapserv_proxy/Main%20PNG/ogcapi/collections/osm_open/items?bbox=6.0,46.0,7.0,47.0&limit=100&offset=0', ); fetch( - 'http://localhost:8090/mapserv_proxy/MainPNG/ogcapi/collections/osm_open/items?bbox=6.0,46.0,7.0,47.0&limit=100&offset=0&ogcserver=MainPNG' + 'http://localhost:8090/mapserv_proxy/MainPNG/ogcapi/collections/osm_open/items?bbox=6.0,46.0,7.0,47.0&limit=100&offset=0&ogcserver=MainPNG', ); // QGISServer route: /mapserv_proxy//wfs3/* fetch( - 'https://localhost:8484/mapserv_proxy/QGIS%20server/wfs3/collections/points/items?bbox=6.0,46.0,7.0,47.0&limit=100&offset=0' + 'https://localhost:8484/mapserv_proxy/QGIS%20server/wfs3/collections/points/items?bbox=6.0,46.0,7.0,47.0&limit=100&offset=0', ); fetch( - 'http://localhost:8091/mapserv_proxy/wfs3/collections/points/items?bbox=6.0,46.0,7.0,47.0&limit=100&map=/etc/qgisserver/project.qgs' + 'http://localhost:8091/mapserv_proxy/wfs3/collections/points/items?bbox=6.0,46.0,7.0,47.0&limit=100&map=/etc/qgisserver/project.qgs', ); //fetch(