diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-10-19 16:15:07 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-10-19 16:25:46 +0200 |
commit | 3799bc620b2e1865e5e2a7c5938050ca21acf204 (patch) | |
tree | 5a5de81ecb0f055cfdae5b737f89cf44f85641e8 | |
parent | b9cefd4469a0cf7d2038eceb3c935aacf78aed2e (diff) |
Add comments to some SKS layers fields.
-rw-r--r-- | config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1128,6 +1128,7 @@ layers: 'nvr:Biotopskydd': # https://www.geodata.se/geodataportalen/GetMetaDataById?ID=772d46b8-25a2-42f7-b3da-4b17f610bc53 + # https://www.skogsstyrelsen.se/globalassets/sjalvservice/karttjanster/geodatatjanster/produktbeskrivningar/biotopskydd---produktbeskrivning.pdf description: Biotopskydd i skogsmark (beslutade av Skogsstyrelsen) create: geometry-type: MULTIPOLYGON @@ -1154,6 +1155,7 @@ layers: type: String width: 254 nullable: false + comment: Biotoptyp - name: Naturtyp type: String width: 254 @@ -1164,11 +1166,14 @@ layers: - name: Standort type: String width: 254 + comment: Ståndortsindex - name: Datbeslut type: Date + comment: Datum för beslut - name: Url type: String width: 254 + comment: Länk till visningsformulär i Skogens Pärlor source: download: 'https://geodpags.skogsstyrelsen.se/geodataport/data/sksBiotopskydd_gpkg.zip' cache: sks/ @@ -2008,6 +2013,7 @@ layers: - name: Standort type: String width: 254 + comment: Ståndortsindex - name: DatAvtal type: Date nullable: false @@ -2015,6 +2021,7 @@ layers: type: String width: 254 nullable: false + comment: Länk till visningsformulär i Skogens Pärlor - name: Undertyp type: String width: 64 |