ObjectVision / GeoDMS

Source code for the GeoDMS software
https://www.geodms.nl/
Other
7 stars 1 forks source link

Points2sequence if poly value type is defined should not be allowed, instead use points2polygon #690

Closed jipclaassens closed 5 months ago

jipclaassens commented 5 months ago
attribute<LatLong> geometry      (poly) := points2sequence(point_set/point, point_set/sequence_rel, point_set/ordinal);

Is now the same as:

attribute<LatLong> geometry      (poly) := points2polygon(point_set/point, point_set/sequence_rel, point_set/ordinal);
jipclaassens commented 5 months ago

We have decided to not pursue this.