• 48 Posts
  • 9 Comments
Joined 11 months ago
cake
Cake day: August 13th, 2025

help-circle







  • A huge thanks to the ~25 folks that joined us for our virtual birthday party yesterday and made it a really great event! 🥳 Covering a range of 14 time zones, it really showed how global our community is. 🌏 Over the course of around 2.5 hours, we were joined by some long-standing CoMaps contributors, active members of the #OpenStreetMap community, and many new faces!




  • No worries! It all is based on the same data, but then the processing can be quite different (e.g. the calculation of penalties for the routing algorithms goes into the maps during this processing), or which POI types are shown on the maps etc. Converting the raw OSM DB into something usable for mobile apps is quite a heavy processing step 🙂




  • There’s some duplication - but it’s not that easy: Map applications like CoMaps and OsmAnd make their own choices on which types of data from OSM is included in maps and how it’s displayed, and also how the data structure behind the scenes work. This is necessary to create maps that load fast and work well for route calculations etc. So having them compatible between apps is extremely hard.

    Vespucci in contrast is a pure OSM editor, so this just gets the ‘raw’ data from OSM for a given region, as it focuses on only editing/adding data to OSM, but not on end-user search, can’t navigate etc.

    For that reason it’s unfortunately not likely that a shared format will emerge, as different OSM data users and apps have different needs!