Skip to content

Commit

Permalink
fix(getlegendgraphics): wrong call to _create_raster_layer_objs
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Nov 12, 2024
1 parent c61ab2d commit cd2eb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eoxserver/render/mapserver/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def make_browse_layer_generator(self, map_obj, browses, map_,
layer_objs = _create_raster_layer_objs(
map_obj, browse.extent, browse.spatial_reference,
creation_info.filename if creation_info else '',
filename_generator
filename_generator, {}
)

for layer_obj in layer_objs:
Expand Down

0 comments on commit cd2eb82

Please sign in to comment.