Skip to content

Commit

Permalink
Catalog service types updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 committed Oct 25, 2024
1 parent fe581a2 commit e0c6be0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
}
},
Expand Down Expand Up @@ -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" }
]
}
}, {
Expand Down

0 comments on commit e0c6be0

Please sign in to comment.