We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be1e52 commit f55b727Copy full SHA for f55b727
1 file changed
odm2api/ODM2/models.py
@@ -572,6 +572,7 @@ def shape(self):
572
:return geomshape:
573
"""
574
_FeatureGeometry = self.FeatureGeometry
575
+ geomshape = None
576
if _FeatureGeometry is not None:
577
if is_hex(_FeatureGeometry.geom_wkb):
578
# to parse wkb hex string directly
0 commit comments