Skip to content

Commit

Permalink
Hotfix qgis loader for vector tile layer
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 24, 2024
1 parent 5e30cd7 commit 3b34002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/jupytergis_qgis/jupytergis_qgis/qgis_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def qgis_layer_to_jgis(
pass
# TODO Load style properly
layer_parameters.update(type="fill")
layer_parameters.update(color=[])

if layer_type is None:
print(f"JUPYTERGIS - Enable to load layer type {type(layer)}")
Expand Down

0 comments on commit 3b34002

Please sign in to comment.