Skip to content

Commit

Permalink
Show gmlCreator tag in NL output too
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondnijssen committed Oct 6, 2023
1 parent e8462cb commit aef3824
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ImaerPlugin/generate_calc_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit aef3824

Please sign in to comment.