Skip to content

Commit

Permalink
fixed filters for aqueduc map
Browse files Browse the repository at this point in the history
  • Loading branch information
denisri committed Aug 4, 2023
1 parent 5488778 commit e53f1ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/catamap/map_to_meshes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5570,12 +5570,10 @@ def build_2d_map(self, xml, keep_private=True, wip=False,
'map_layers_opacity'],
'aqueduc': ['remove_non_printable1', 'show_all',
'shift_inf_level', 'replace_symbols', 'date',
'remove_background', 'remove_wip',
'remove_other=["raccords plan 2D", "parcelles", '
'"raccords gtech 2D"]',
'remove_wip',
'replace_symbols', 'date', 'remove_zooms',
'remove_non_printable2', 'remove_igc',
'remove_calcaire', 'remove_non_aqueduc',
'remove_non_aqueduc',
'layer_opacity=["XIII masses", "0.31"]',
'map_layers_opacity'],
}
Expand Down

0 comments on commit e53f1ba

Please sign in to comment.