bchapuis commented on PR #948: URL: https://github.com/apache/incubator-baremaps/pull/948#issuecomment-2665467543
@YongGoose I think it is a great start. I havn't used the `GeometryCombiner` yet, but according to the javadoc it looks like the right tool. From what I understand, the `RelationBoundaryBuilder` consumer handles all relation regardless of their tags. It may be a good idea to add an early return in the accept method for relations that don't have the `boundary` tag. Similarly, it may be a good to add an early return for the relations that have the `boundary` tag in the `RelationMultiPolygonBuilder`. Using this approach, we should then be able to chain the `Consumer`s with the `.andThen` method while ensuring that they don't interfer with each others. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
