Skip to content

Commit 7f6abce

Browse files
committed
polygons => multipolygons
1 parent fdee543 commit 7f6abce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/core/js/src/main/scala/com/azavea/stac4s/geometry/Geometry.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ object Geometry {
6666
}
6767

6868
// for now, I'm ignoring multi polygons with holes
69-
// however polygons still store coordinates as List[List[List[List[Double]]]]
69+
// however multipolygons still store coordinates as List[List[List[List[Double]]]]
7070
implicit val encMultiPolygon: Encoder[MultiPolygon] = { mpolygon =>
7171
Map(
7272
"type" -> "MultiPolygon".asJson,

project/Versions.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ object Versions {
1515
val Sttp = "3.0.0-RC13"
1616
val SttpModel = "1.2.0-RC9"
1717
val SttpShared = "1.0.0-RC11"
18-
val Log4Cats = "1.1.1"
1918
}

0 commit comments

Comments
 (0)