Skip to content

Commit

Permalink
Merge pull request #378 from EOxServer/damats
Browse files Browse the repository at this point in the history
DAMATS branch merge
  • Loading branch information
Schpidi committed Jul 25, 2017
2 parents 67758d4 + 07c95a2 commit 9eeb2f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eoxserver/services/mapserver/wms/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ def render(self, layer_groups, request_values, **options):
map_.setMetaData("wms_srs", crss_string)

self.check_parameters(map_, request_values)
# allow layer factories to see all request fields
options['request'] = dict(
(key.lower(), value) for key, value in request_values
)

session = self.setup_map(layer_groups, map_, options)

Expand Down

0 comments on commit 9eeb2f6

Please sign in to comment.