Skip to content
Snippets Groups Projects
Commit 42003855 authored by Roelofsen, Hans's avatar Roelofsen, Hans
Browse files

Merge branch...

Merge branch '39-land-type-map-qml-template-bevat-harde-link-naar-filebasedattributetable' into 'master'

Resolve "land-type map qml template bevat harde link naar FileBasedAttributeTable"

Closes #39

See merge request MNP/mnp!36
parents ce330734 80f86771
Branches
No related tags found
No related merge requests found
......@@ -795,6 +795,13 @@ class LandTypeMap(SubselectionOutput):
]
def save_qlr(self):
# Let op dat land_type_code en land_type_name hier aan elkaar worden geplakt voor de legenda-tekst
# van land_types.qlr. Als de land_type_code __ook__ in de land_type_name verwerkt zit, geeft dit een dubbeling.
# e.g. land_type_name: N17.05 Wilgengriend
# land_type_code: N17.05.00
# --> N17.05.00 N17.05 Wilgengriend
d = (
self.legend.assign(
land_type_code_name=self.legend.land_type_code.str.cat(
......
......@@ -73,9 +73,6 @@
<noData>
<noDataList useSrcNoData="1" bandNo="1"/>
</noData>
<FileBasedAttributeTables>
<AttributeTable band="1" path="W:/PROJECTS/Nvk_bdb/ARCHIEF_NATUURVERKENNING2022/a_geodata/a_huidig/d_afgeleiden/a_downstream_geodata/Beheertypen/nvk_huidig-20210326-123909_neergeschaalde_beheertypen.tif.vat.dbf"/>
</FileBasedAttributeTables>
<map-layer-style-manager current="default">
<map-layer-style name="default"/>
</map-layer-style-manager>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment