INTERLIS 2.3; !!======================================================================================== !! Copyright (c) 2021, GIS-Fachstelle des Amtes für Geoinformation Kanton Basel-Landschaft !! All rights reserved. !! !! Datum | Version | Autor/in | Aenderung !!---------------------------------------------------------------------------------------- !! 11.03.2024 | 1.0 | lwi, GeoWerkstatt | Initiale Erstellung gem. Modell WMS/GDWH !!---------------------------------------------------------------------------------------- !!@ technicalContact="mailto:support.gis@bl.ch" !!@ furtherInformation="https://geo.bl.ch" !!======================================================================================== MODEL ch_bl_afww_waldboeden_trockenjahre_v1_0 (de) AT "https://models.geo.bl.ch/afww/" VERSION "2024-03-11" = IMPORTS UNQUALIFIED Units, CoordSys, INTERLIS; IMPORTS bl_basis_kgdm_lv95_v2_0; TOPIC ch_bl_afww_waldboeden_trockenjahre = CLASS ungenuegende_wasserversorgung = symbologie : TEXT*255; geometrie : MANDATORY bl_basis_kgdm_lv95_v2_0.BLFlaeche2D; END ungenuegende_wasserversorgung; END ch_bl_afww_waldboeden_trockenjahre; END ch_bl_afww_waldboeden_trockenjahre_v1_0.