this post was submitted on 23 Dec 2025
20 points (100.0% liked)

CoMaps

876 readers
30 users here now

Cooperative community open-source fork of Organic Maps, an offline privacy-respecting not-for-profit OpenStreetMap GPS app for your phone.

CoMaps website

Codeberg

Matrix

Mastodon

OpenCollective


founded 8 months ago
MODERATORS
 

When I use navigation on CoMaps, it shows speed limits, except that when I edit my area with OpenStreetMap, I realise that the limits are not entered in the database! But CoMaps still displays them. So I was wondering where the application gets this data if it is not all taken from OpenStreetMap.

you are viewing a single comment's thread
view the rest of the comments
[–] infeeeee@lemmy.zip 8 points 1 day ago* (last edited 1 day ago) (1 children)

Comaps assumes some default speed limits if they are missing in osm, unfortunately it's the same value globally, depending on road type. See related issue here: https://codeberg.org/comaps/comaps/issues/1000

The values are in this file: https://codeberg.org/comaps/comaps/src/branch/main/libs/routing_common/car_model_coefs.hpp

[–] MXC48@lemmy.ml 4 points 1 day ago

Thanks! It was what I was thinking (ᵕ—ᴗ—) so it's will be useful to add the real maxspeed 👍