INTERLIS 2.4; !!======================================================================================== !! technisches Geodatenmodell zur Datenintegration in die kantonale Geodateninfrastruktur kGDI !! Copyright (c) 2026, GIS-Fachstelle des Amtes für Geoinformation Kanton Basel-Landschaft !! All rights reserved. !! !! Datum | Version | Autor/in | Aenderung !!---------------------------------------------------------------------------------------- !! 15.07.2026 | | rm | Ersterstellung !!---------------------------------------------------------------------------------------- !!@ technicalContact="mailto:support.gis@bl.ch" !!@ furtherInformation="https://geo.bl.ch" MODEL ch_bl_arp_immission_fluglaerm_v1_0 (de) AT "https://models.geo.bl.ch/arp/technische_modelle_kgdi/" VERSION "2026-07-15" = IMPORTS UNQUALIFIED Units, ch_bl_basis_v3_0; TOPIC ch_bl_arp_immission_fluglaerm = CLASS fluglaerm_immission = bemerkung : TEXT*150; datum_stand : ch_bl_basis_v3_0.BL_Datum; laermpegel : 0 .. 150 ; geometrie : MANDATORY ch_bl_basis_v3_0.CH_LinieOhneBogen ; END fluglaerm_immission; END ch_bl_arp_immission_fluglaerm; END ch_bl_arp_immission_fluglaerm_v1_0.