Skip to content

Commit

Permalink
Merge pull request #2932 from Geoportail-Luxembourg/revert-2931-fix_c…
Browse files Browse the repository at this point in the history
…ache

Revert "Remove unused WMS getCapabilities"
  • Loading branch information
rmichaelis authored Sep 7, 2022
2 parents 6928a11 + b9784ba commit 5c5d9a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions geoportal/geoportailv3_geoportal/views/luxthemes.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
# override c2cgeoportal Entry class to customize handling of WMS and WMTS time positions and prepare
# the theme tree for ngeo time functions
class LuxThemes(Theme):
async def _wms_getcap(self, ogc_server, preload=False):
if preload:
return None, set()
return None, set()

@view_config(route_name="themes", renderer="json")
def themes(self):
Expand Down

0 comments on commit 5c5d9a3

Please sign in to comment.