Closed AlexisDrogoul closed 10 months ago
This should be fixed in the latest commit. Please test ! point
is actually a kind of geometry
, but the reason for the misbehaviour was:
IType.GEOMETRY
and the id
of the contents type of the list (so points were not considered)list<geometry> liste2 <- [{20,30},{3,2},{30,44},{5,6},{12,4}, {105,30}];
actually (and internally) transformed into a list<point>
(as point
is a specialised subtype of geometry
).@tnguyenh could you have a look to check if it fits your needs ?
I tested myself and it seems alright, closing for now, feel free to reopen if not in your examples @tnguyenh
Discussed in https://github.com/gama-platform/gama2/discussions/62