From aef3824a211758ce550ba3d9dc9b4d3f39c8b051 Mon Sep 17 00:00:00 2001 From: raymondnijssen Date: Fri, 6 Oct 2023 10:02:30 +0200 Subject: [PATCH] Show gmlCreator tag in NL output too --- ImaerPlugin/generate_calc_input.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ImaerPlugin/generate_calc_input.py b/ImaerPlugin/generate_calc_input.py index 173cf88..7e7a090 100644 --- a/ImaerPlugin/generate_calc_input.py +++ b/ImaerPlugin/generate_calc_input.py @@ -375,9 +375,6 @@ def get_imaer_doc_from_gui(self): crs_dest = QgsCoordinateReferenceSystem(crs_dest_srid) gml_creator = f'QgisImaerPlugin-{self.plugin.version}' - # Remove this as soon as IMAER in NL has been updated to 5.1.2 or higher - if country == 'NL': - gml_creator = None metadata = AeriusCalculatorMetadata( project={'year': year, 'description': description},