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
[warn] /usr/local/src/vector/src/main/scala/geotrellis/vector/SeqMethods.scala:88:63: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn] implicit class SeqMultiLineStringExtensions(val multilines: Traversable[MultiLineString]) {
Traversable is used all over the place. This would break the interfaces, but probably not in a very significant way.
Sounds like GT 4.0 work.
The text was updated successfully, but these errors were encountered:
Traversable
is used all over the place. This would break the interfaces, but probably not in a very significant way.Sounds like GT 4.0 work.
The text was updated successfully, but these errors were encountered: