Skip to content

Commit

Permalink
Split WFS and WMS in TASKS_TO_LAYER_INFO_KEYS
Browse files Browse the repository at this point in the history
  • Loading branch information
index-git committed Feb 9, 2021
1 parent d4c0665 commit 53fd2c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layman/layer/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ def patch_layer(username, layername, task_options, stop_sync_at, start_async_at)
TASKS_TO_LAYER_INFO_KEYS = {
'layman.layer.filesystem.input_chunk.refresh': ['file'],
'layman.layer.db.table.refresh': ['db_table'],
'layman.layer.geoserver.wfs.refresh': ['wms', 'wfs'],
'layman.layer.geoserver.wfs.refresh': ['wfs'],
'layman.layer.geoserver.wms.refresh': ['wms'],
'layman.layer.geoserver.sld.refresh': ['style'],
'layman.layer.filesystem.thumbnail.refresh': ['thumbnail'],
'layman.layer.micka.soap.refresh': ['metadata'],
Expand Down

0 comments on commit 53fd2c5

Please sign in to comment.