diff --git a/configs/localConfig.json b/configs/localConfig.json index 6e70e402c..c2a78453e 100644 --- a/configs/localConfig.json +++ b/configs/localConfig.json @@ -375,7 +375,9 @@ { "name": "tms", "label": "TMS", "allowedProviders": ["OpenStreetMap", "OpenSeaMap", "Stamen"] }, { "name": "wfs", "label": "WFS" }, { "name": "3dtiles", "label": "3D Tiles" }, - { "name": "cog", "label": "COG" } + { "name": "cog", "label": "COG" }, + { "name": "model", "label": "IFC Model" }, + { "name": "arcgis", "label": "ArcGIS" } ] } }, @@ -566,7 +568,9 @@ { "name": "tms", "label": "TMS", "allowedProviders": ["OpenStreetMap", "OpenSeaMap", "Stamen"] }, { "name": "wfs", "label": "WFS" }, { "name": "3dtiles", "label": "3D Tiles" }, - { "name": "cog", "label": "COG" } + { "name": "cog", "label": "COG" }, + { "name": "model", "label": "IFC Model" }, + { "name": "arcgis", "label": "ArcGIS" } ] } }, {