diff --git a/src/codegen_json_bson/__init__.py b/src/codegen_json_bson/__init__.py index c093f286a0d51eecce7d92182e3ce74b73765b2b..0ede9fb8bce031b6ce63f31b8635dca8b9b5ec7f 100644 --- a/src/codegen_json_bson/__init__.py +++ b/src/codegen_json_bson/__init__.py @@ -435,7 +435,8 @@ def type_is_complex(ty): "NsFloat32", "NsString", "Gimbal", "NsGimbal", "GimbalCommand", "NsGimbalCommand", "StartGestureClassifier", "StopGestureClassifier", "GestureClassification", "LoopSelCommand", "GimbalInfo", "TritonDetectionRaw", "TritonDetectionRawArray", "InferenceVisionDetection", - "NsInferenceVisionDetection", "NsTritonDetectionRawArray", "ImageToStreamProperties"] + "NsInferenceVisionDetection", "NsTritonDetectionRawArray", "ImageToStreamProperties", + "GeoPointList", "GeoPointListStamped"] return ty in complex_types def field_assignment_get_json_value(field, ty, fieldtype, name):