Skip to content

Commit b45efd5

Browse files
committed
Rename featureReportService to documentServiceUrl
1 parent 3f7ef68 commit b45efd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qwc2_viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def qwc2_config(self, identity, params):
229229
if self.dataproduct_service_url:
230230
config['dataproductServiceUrl'] = self.dataproduct_service_url
231231
if self.document_service_url:
232-
config['featureReportService'] = self.document_service_url
232+
config['documentServiceUrl'] = self.document_service_url
233233
if self.elevation_service_url:
234234
config['elevationServiceUrl'] = self.elevation_service_url
235235
if self.landreg_service_url:

0 commit comments

Comments
 (0)