Skip to content

Commit

Permalink
basic inclusion of GetLegendGraphic in GetCapabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Nov 28, 2024
1 parent 0ec023a commit e0ba431
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eoxserver/services/ows/wms/v13/encoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ def encode_capabilities(self, config, ows_url, srss, formats, info_formats,
),
self.encode_dcptype(ows_url)
),
WMS("GetLegendGraphic",
WMS("Format",
# TODO
),
self.encode_dcptype(ows_url)
),
# TODO: describe layer?
),
WMS("Exception",
Expand Down

0 comments on commit e0ba431

Please sign in to comment.