Skip to content

Commit

Permalink
removed raster style creation from rgba logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jankovicgd committed Dec 8, 2024
1 parent ae5991b commit 6620b30
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eoxserver/render/mapserver/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,6 @@ def make_browse_layer_generator(self, map_obj, browses, map_,
browse_range = _get_range(field)

for layer_obj in layer_objs:
_create_raster_style(
DEFAULT_RASTER_STYLES[style or "blackwhite"], layer_obj,
browse_range[0], browse_range[1],
browse.nodata_values
)
# NOTE: Only works if browsetype nodata is lower than browse_type_min by at least 1
if browse.show_out_of_bounds_data:
# final LUT for min,max 200,700 and nodata=0 should look like:
Expand Down

0 comments on commit 6620b30

Please sign in to comment.