We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdee543 commit 7f6abceCopy full SHA for 7f6abce
modules/core/js/src/main/scala/com/azavea/stac4s/geometry/Geometry.scala
@@ -66,7 +66,7 @@ object Geometry {
66
}
67
68
// for now, I'm ignoring multi polygons with holes
69
- // however polygons still store coordinates as List[List[List[List[Double]]]]
+ // however multipolygons still store coordinates as List[List[List[List[Double]]]]
70
implicit val encMultiPolygon: Encoder[MultiPolygon] = { mpolygon =>
71
Map(
72
"type" -> "MultiPolygon".asJson,
project/Versions.scala
@@ -15,5 +15,4 @@ object Versions {
15
val Sttp = "3.0.0-RC13"
16
val SttpModel = "1.2.0-RC9"
17
val SttpShared = "1.0.0-RC11"
18
- val Log4Cats = "1.1.1"
19
0 commit comments