fix: SanFran -> Rybnik in replay

This commit is contained in:
Piotr Dec 2024-08-02 00:56:01 +02:00
parent 2e67a6f09f
commit f600303b5f
Signed by: stawros
GPG key ID: F89F27AD8F881A91

View file

@ -28,7 +28,7 @@ class ReplayResources(private val mapControl: MapControl) {
listOf( listOf(
ReplayRouteMapper.mapToUpdateLocation( ReplayRouteMapper.mapToUpdateLocation(
Date().time.toDouble(), Date().time.toDouble(),
com.mapbox.geojson.Point.fromLngLat(-122.39726512303575, 37.785128345296805) com.mapbox.geojson.Point.fromLngLat(18.531478, 50.088155)
) )
) )
) )