Skip to content

Commit

Permalink
avoid overwriting default time dimension when updating config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dukestep committed Feb 7, 2024
1 parent 1aca712 commit e04067f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geomet_mapproxy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ def update_mapproxy_config(mapproxy_config, layers=[], mode='wms'):
layer['dimensions'] = {}
layer['dimensions'][dim] = {
'default': layers_to_update[layer_name][dim]['default'],
}
layer['dimensions'][dim] = {
'values': layers_to_update[layer_name][dim]['values']
}

Expand Down

0 comments on commit e04067f

Please sign in to comment.