Skip to content

Commit

Permalink
fix(heatmap): removing done TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Nov 4, 2024
1 parent 647ac05 commit feda06f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eoxserver/render/mapserver/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,6 @@ def create(self, map_obj: ms.mapObj, layer: Layer):

layer_obj.setProjection(map_obj.getProjection())

# TODO: make configuration possible for the default range here

default_range = getattr(
settings, 'EOXS_MAPSERVER_HEATMAP_RANGE_DEFAULT',
DEFAULT_EOXS_MAPSERVER_HEATMAP_RANGE_DEFAULT
Expand Down

0 comments on commit feda06f

Please sign in to comment.