-
Notifications
You must be signed in to change notification settings - Fork 91
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
Mapsforge themes compatibility #100
Comments
It's not trivial task, as they're different rendering engines. |
Mapsforge and VTM use different priority ordering. |
Mapsforge and VTM use different zoom-levels. |
Look into theme-comparator/src/org/oscim/theme_comparator/BothMapPositionHandler.java |
Have you set tile size 512px in Mapsforge (default 256px) like in VTM (default 512px) ? |
I pushed the common tile size / zoom fix in b110314. |
Thanks to PR #388 by @Longri we now have Mapsforge theme compatibility! See VTM rendering OpenAndroMaps maps with Elevate theme: |
Don't know if need to support the Mapsforge display directive, since VTM Also for any missing rules, would need first to implement them separately in VTM and then proceed with their Mapsforge support. |
After fixing #124, most needed functions are present and working. |
OpenAndroMaps forum topic with feedback is here. |
I merged VTM + Mapsforge theme parsers for easier maintenance. |
are there plans to support mapsforge theme format?
The text was updated successfully, but these errors were encountered: