Skip to content

Commit

Permalink
Merge pull request #493 from GeoscienceAustralia/dynamic-prod
Browse files Browse the repository at this point in the history
Give dynamic flag to the correct layer
  • Loading branch information
mergify[bot] authored Jan 14, 2020
2 parents 4f0077f + 2281c2a commit 1e45d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prod/services/wms/ows/ows_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -5618,6 +5618,7 @@ def swap_scale(new_scale : list, style : dict):
"always_fetch_bands": [ ],
"manual_merge": False,
},
"dynamic": True,
"wcs": {
"native_crs": "EPSG:3577",
"native_resolution": [ 10.0, 10.0 ],
Expand Down Expand Up @@ -5662,6 +5663,7 @@ def swap_scale(new_scale : list, style : dict):
"always_fetch_bands": [ ],
"manual_merge": False,
},
"dynamic": True,
"wcs": {
"native_crs": "EPSG:3577",
"native_resolution": [ 10.0, 10.0 ],
Expand Down Expand Up @@ -5706,6 +5708,7 @@ def swap_scale(new_scale : list, style : dict):
"always_fetch_bands": [ ],
"manual_merge": False,
},
"dynamic": True,
"wcs": {
"native_crs": "EPSG:3577",
"native_resolution": [ 10.0, 10.0 ],
Expand Down Expand Up @@ -5783,7 +5786,6 @@ def swap_scale(new_scale : list, style : dict):
"always_fetch_bands": [ ],
"manual_merge": False,
},
"dynamic": True,
"wcs": {
"native_crs": "EPSG:3577",
"native_resolution": [ 10.0, 10.0 ],
Expand Down Expand Up @@ -5822,7 +5824,6 @@ def swap_scale(new_scale : list, style : dict):
"native_resolution": [ 10.0, 10.0 ],
"default_bands": [ "nbart_red", "nbart_green", "nbart_blue" ]
},
"dynamic": True,
"styling": {
"default_style": "simple_rgb",
"styles": [
Expand Down Expand Up @@ -5856,7 +5857,6 @@ def swap_scale(new_scale : list, style : dict):
"native_resolution": [ 10.0, 10.0 ],
"default_bands": [ "nbart_red", "nbart_green", "nbart_blue" ]
},
"dynamic": True,
"styling": {
"default_style": "simple_rgb",
"styles": [
Expand Down

0 comments on commit 1e45d56

Please sign in to comment.