From 8634e385be16ca2eaf16efa12f932a28943af7e1 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Fri, 8 Nov 2024 15:51:59 +0100 Subject: [PATCH] arcgisvectortile"service" instead of wrong "layer" (#974) requires backport --- g3w-admin/qdjango/utils/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g3w-admin/qdjango/utils/data.py b/g3w-admin/qdjango/utils/data.py index a3a8e73b3..fb5fcc30c 100644 --- a/g3w-admin/qdjango/utils/data.py +++ b/g3w-admin/qdjango/utils/data.py @@ -332,7 +332,7 @@ def _getDataLayerType(self): if self.qgs_layer.type() == QgsMapLayerType.VectorTileLayer: layer_type = 'vector-tile' - if layer_type == 'arcgisvectortilelayer': + if layer_type == 'arcgisvectortileservice': layer_type = 'vector-tile' if not layer_type in availableTypes: