maplibre-native icon indicating copy to clipboard operation
maplibre-native copied to clipboard

Attribution set as part of `TileSet` not shown

Open louwers opened this issue 4 months ago • 0 comments

To reproduce:

val osmTileSet = TileSet("osm", "https://tile.openstreetmap.org/{z}/{x}/{y}.png")
osmTileSet.attribution = "OSM Contributors"
val source = RasterSource("osm", osmTileSet, 128)
val layer = RasterLayer("osm-layer", "osm")

maplibreMap.setStyle(Style.Builder().withSource(source).withLayer(layer))

No attribution is shown.

louwers avatar Oct 08 '24 10:10 louwers