-
Notifications
You must be signed in to change notification settings - Fork 6
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
TagTransform support in map writer #17
Comments
Thanks for the very nice suggestion! TagTransform plugin is now integrated in Osmosis built-in tasks, so can use it via --tag-transform (--tt) option. |
I tried this and always received an exception. I just used the example transform file found here. I then moved the
This seems to work. It looks like it's not possible to use tag transform together with mapwriter in one call? BTW: I used the latest mapwriter. Below you can find the transform file I used.
|
Thanks for the report! It's usable with map-writer, I pushed the fix. |
Thanks, I will have a look with the next import :). |
I am stuck with below exception please help me out java.lang.RuntimeException: more than 15 tags aren't supported |
For questions and reports please use the Discussions.
The message is quite explanatory, you cannot store more than 15 tags per element. |
It would be great if we could specify a tag transform file before generating the map file.
Not sure if we have a best practice for mapsforge at this moment? But it would be great to add this as user option.
Something like:
The text was updated successfully, but these errors were encountered: