Skip to content

Commit 5d96d06

Browse files
committed
better waypoint
1 parent b2522ad commit 5d96d06

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

feature/map/src/fdroid/kotlin/org/meshtastic/feature/map/maplibre/core/MapLibreDataTransformers.kt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,8 @@ fun waypointsToFeatureCollectionFC(
125125
String(Character.toChars(w.icon))
126126
}
127127
f.addStringProperty("icon", iconEmoji)
128-
timber.log.Timber.tag("MapLibrePOC").d(
129-
"Waypoint feature: lat=%.5f, lon=%.5f, icon=%s, name=%s",
130-
lat,
131-
lon,
132-
iconEmoji,
133-
w.name,
134-
)
128+
timber.log.Timber.tag("MapLibrePOC")
129+
.d("Waypoint feature: lat=%.5f, lon=%.5f, icon=%s, name=%s", lat, lon, iconEmoji, w.name)
135130
}
136131
}
137132
timber.log.Timber.tag("MapLibrePOC").d("Created waypoints FC: %d features", features.size)

0 commit comments

Comments
 (0)