Skip to content

Commit

Permalink
draft: try to make layer id unique, rename to iid
Browse files Browse the repository at this point in the history
Signed-off-by: minff <16268924+minff@users.noreply.github.com>
  • Loading branch information
minff committed Mar 12, 2024
1 parent 9fc824d commit b064629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XYZHubConnector/xyz_qgis/layer/layer_props.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def getProperty(qnode, key):

@classmethod
def get_iid(cls, qnode):
val = cls.get_customProperty_str(qnode, QProps.UNIQUE_ID)
val = cls.getProperty(qnode, QProps.UNIQUE_ID)
return val

@classmethod
Expand Down

0 comments on commit b064629

Please sign in to comment.