Kacper Golinski

Results 30 comments of Kacper Golinski
trafficstars

@ratrun Thanks for the explanation. Not sure that setting it as 18km/h would be correct either. Even if we take `maxspeed` into consideration because not every way have it. So...

@karussell Changing speed to 6km/h helped. Do you think it should be new default? What do you mean about `MaxSpeedCalculator`? I enabled it in the config but with 4km/h for...

@karussell Here it goes: OSM data: https://download.geofabrik.de/europe/andorra-latest.osm.pbf GPX: [andorra_for_map_matching.gpx.txt](https://github.com/user-attachments/files/15857393/andorra_for_map_matching.gpx.txt) (added .txt extention just to upload it here) I've used `bike` profile which is in the current master. --- Blue is...

Default `car` profile behaves the same so it should be even easier to test.

@edfungus thanks a lot for detailed issue and example app. Could you also try with Maplibre: - `10.0.0-alpha.3` (before new metal renderer was used on IOS) - `9.1.0` (before repo...

@ngdbao Could you show more code? Maybe some small example which will help us reproduce error? Especially code related to adding your markers.

Is your `icon` in `SDF` format?

@easbar In general, super relations (relations containng other relations) should be ignored. Those super relations shouldn't contain anything else than other relations. But that's not always the case. I was...

@easbar The problem is that we are skipping super relations entirrely, even if they contain ways. This way https://www.openstreetmap.org/way/289297259 is only a part of https://www.openstreetmap.org/relation/11074877 relation which is skipped because...

Changes are looking good. We should test it though, on simulator or device.