Skip to content

Commit

Permalink
[Fixes #148] sld file is not handled during the overwrite flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Nov 23, 2022
1 parent 368dec1 commit d20d127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions importer/handlers/common/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ def overwrite_geonode_resource(
dataset.refresh_from_db()

self.handle_xml_file(dataset, _exec)
self.handle_sld_file(dataset, _exec)

resource_manager.set_thumbnail(dataset.uuid, instance=dataset, overwrite=False)
dataset.refresh_from_db()
Expand Down

0 comments on commit d20d127

Please sign in to comment.