Skip to content

Commit 2c7fee0

Browse files
fix PointSet2D keys
1 parent ad304a9 commit 2c7fee0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/opengeodeweb_back/geode_objects.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ def geode_objects_dict():
162162
"convert": og_gs.convert_point_set_coordinate_reference_system2D,
163163
"create": og.create_point_set_coordinate_system2D,
164164
},
165+
"is_model": False,
166+
"is_3D": False,
165167
"is_viewable": True,
166168
"save_viewable": g_v.save_viewable_point_set2D,
167169
"inspector": og_inspector.PointSetInspector2D,

0 commit comments

Comments
 (0)