Skip to content

Commit

Permalink
Remove third party service from the Lizmap API
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed May 27, 2024
1 parent 0347665 commit adc796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizmap_server/server_info_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def handleRequest(self, context):
human_version, human_name = Qgis.QGIS_VERSION.split('-', 1)

services_available = []
expected_services = ('WMS', 'WFS', 'WCS', 'WMTS', 'ATLAS', 'CADASTRE', 'EXPRESSION', 'LIZMAP')
expected_services = ('WMS', 'WFS', 'WCS', 'WMTS', 'EXPRESSION', 'LIZMAP')
for service in expected_services:
if context.serverInterface().serviceRegistry().getService(service):
services_available.append(service)
Expand Down

0 comments on commit adc796b

Please sign in to comment.