-
Hi, is it possible to inherit from the Update: Somehow the doc and examples are extremely confusing ot me. The SimpleHandler has some sort of apply itself. While it seems that the regular way is to use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
At this point it might be helpful if you tell us what exactly you want to achieve. Without understanding your goal it is difficult to understand the questions. |
Beta Was this translation helpful? Give feedback.
NodeLocationsForWays
is a handler like any other. You can just add it to your handler chain and then have the node locations available in later handlers.SimpleHandler.apply_*()
functions are a convenience function which offer some additional setup around the rawosmium.apply
depending on what callbacks you have installed. Among other things, they will set up the location handler for you, when needed. They cannot handle handler chains but will only apply a single handler.At this point it might be helpful if you tell us what exactly you want to achieve. Without understanding your goal it is difficult to understand the questions.