Add Reuse asset type

This commit is contained in:
2025-08-08 12:06:38 +02:00
parent 9196653c0d
commit f849f885f9
9 changed files with 250 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ export const GisState = {
findings: {},
prehistoric: {},
underwater: {},
reuse: {},
},
layers: {
sites: {},
@@ -34,6 +35,7 @@ export const GisState = {
findings: {},
prehistoric: {},
underwater: {},
reuse: {},
},
bibliography: null,
apiUrl : null,