kartoza / MapSTACK-2.1

0 stars 0 forks source link

Catalog Type now showing correctly #65

Closed Brennan-Walsh closed 1 week ago

Brennan-Walsh commented 1 week ago

Image

Brennan-Walsh commented 1 week ago

layout has been fixed. however the url place holding are missing.

example below

        "urlPlaceHolders": {
            "wfs": "e.g. https://mydomain.com/geoserver/wfs",
            "wmts": "e.g. https://mydomain.com/geoserver/gwc/service/wmts",
            "wms": "e.g. https://mydomain.com/geoserver/wms",
            "csw": "e.g. https://mydomain.com/geoserver/csw",
            "tms": "e.g. https://mydomain.com/geoserver/gwc/service/tms/1.0.0",
            "custom": "e.g. https://{s}.myUrl.com/{variant}/{z}/{x}/{y}",
            "3dtiles": "e.g. https://mydomain.com/tileset.json",
            "cog": "e.g. https://mydomain.com/cog.tif",
            "model": "e.g. https://mydomain.com/filename.ifc",
            "arcgis": "e.g. https://mydomain.com/arcgis/rest/services"
        },