Skip to content

Commit

Permalink
arcgisvectortile"service" instead of wrong "layer" (#974) (#975)
Browse files Browse the repository at this point in the history
requires backport

(cherry picked from commit 8634e38)

Co-authored-by: Alessandro Pasotti <[email protected]>
  • Loading branch information
github-actions[bot] and elpaso authored Nov 8, 2024
1 parent f10552d commit 0e695ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g3w-admin/qdjango/utils/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e695ce

Please sign in to comment.