Fix after merge

This commit is contained in:
Alexander Nozik 2022-08-29 22:24:39 +03:00
parent d490b3f37c
commit 26aaac2ecd
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357

View File

@ -141,5 +141,5 @@ public class MapTextFeature(
public val color: Color,
public val fontConfig: MapTextFeatureFont.() -> Unit,
) : MapFeature {
override fun getBoundingBox(zoom: Int): GmcBox = GmcBox(position, position)
override fun getBoundingBox(zoom: Int): GmcRectangle = GmcRectangle(position, position)
}