You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have created an initial patch ... testing is on my mind. Geometry primitives like point do not have explicit testing for serde. So I am not sure how to fit in testing?
Activity
martinfrances107 commentedon Dec 27, 2021
+1 I think this needs to be made complete.
When I first saw it, a month ago I was in a rush and did not have time to fix it upstream ...here
The ugly workaround I used was to loop over geometry colections inner elements and serialize/deserialise each element individually ...
I would be happy to help out here...
georust#702 Geometry Collection now suports serde.
martinfrances107 commentedon Dec 27, 2021
So I have created an initial patch ... testing is on my mind. Geometry primitives like point do not have explicit testing for serde. So I am not sure how to fit in testing?
Merge #704
frewsxcv commentedon Dec 30, 2021
Done in #704