0.3.0 #23

Open
altavir wants to merge 40 commits from dev into main
Showing only changes of commit 3ddced5c4a - Show all commits

View File

@ -121,7 +121,7 @@ public fun MapView(
featureStore: FeatureStore<Gmc>,
initialViewPoint: ViewPoint<Gmc>? = null,
initialRectangle: Rectangle<Gmc>? = null,
modifier: Modifier,
modifier: Modifier = Modifier.fillMaxSize(),
) {
val mapState = MapCanvasState.remember(mapTileProvider, config, initialViewPoint, initialRectangle)
MapView(mapState, mapTileProvider, featureStore, modifier)