Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add job to create .mwm files for OrganicMaps #70

Open
Josh-SMU opened this issue Feb 12, 2023 · 1 comment
Open

Feature Request: Add job to create .mwm files for OrganicMaps #70

Josh-SMU opened this issue Feb 12, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed Script processing.py related

Comments

@Josh-SMU
Copy link

OrganicMaps creates its own offline map files similar to, but different from, Osmand .obf files using the tool here: https://github.com/organicmaps/organicmaps/tree/master/tools/python/maps_generator

As the data inputs are the same, would it be possible to add this to the CI so that super maps can be downloaded for either platform?

@pnoll1 pnoll1 added enhancement New feature or request Script processing.py related help wanted Extra attention is needed labels Feb 13, 2023
@pnoll1
Copy link
Owner

pnoll1 commented Feb 13, 2023

I did a couple test runs a few years ago: https://patricknoll.com/posts/Add-Open-Address-Data-To-MapsMe

The show stopper was that they try to autocorrect addresses based on nearby streets ,randomly breaking added addresses: mapsme/omim#12121. I'm not sure if organic has changed anything with respect to that.

Some other big things that need to be dealt with:

  • program would seg fault if map file wasn't built with the right branch
  • have to bring your own coastline for coastlines to render

I have no interest in doing it. It's probably not even worth doing until the above issues are worked out in OrganicMaps. That said, if you or someone else wants to work on it, I would be open to merging it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed Script processing.py related
Projects
None yet
Development

No branches or pull requests

2 participants