-
|
Hi Richard, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
i don't think that's possible right now. i think you are looking for something opposite to what, for example, LayerAsCentroid provides:
this looks at the "child" node and you want to look at the parent. |
Beta Was this translation helpful? Give feedback.
-
|
It's not currently possible, but after a quick scan of the code it looks like it might be patchable. I think you'd need to create a new method in void OsmLuaProcessing::rawModifyId(const int newId) {
originalOsmId = static_cast<int64_t>(newId);
}and add |
Beta Was this translation helpful? Give feedback.
That was perfect advice, I pushed #866, thanks !