diff --git a/g3w-admin/qdjango/utils/data.py b/g3w-admin/qdjango/utils/data.py index 99c69faa0..e481ed2a8 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: