This commit is contained in:
2026-02-13 14:20:30 +01:00
parent 0e2208d104
commit 5970dce0d2
2 changed files with 2 additions and 2 deletions
@@ -377,7 +377,7 @@ fun OpenStreetMapScreen(context: Context? = null) {
// Add tile layer
mapState.addLayer(tileStreamProvider)
/* Add a marker at the center of the map */
// Add a marker for target position
mapState.addMarker("target_position", x = longitudeToXNormalized(14.0), y = latitudeToYNormalized(50.0)) {
Column(horizontalAlignment = Alignment.CenterHorizontally) {
Icon(