Yongjun Hong
Yongjun Hong
@diegomarquezp Of course!! Thank you for kindly answering my question. --- The process of creating a **`channel`**. After signing in through the servlet, it redirects to the specified callback URL....
@funky-eyes If there are no updates, I'd like to work on it. I'll try to create a PR by the end of weekend.
I think adding the `documentation` label would be a good idea :)
> A low hanging fruit, may be to remove this section from the website and to move the exiting documentations in README.md files directly into submodules. Sounds Great š
@bchapuis I tried to use the `simplify` method of `DouglasPeuckerSimplifier` in the `MultiPolygonDataType` class for simplification, but I couldnāt figure out where the simplification should be applied, so I couldn't...
@bchapuis It seems that some parts of the lines are not visible, possibly due to incomplete data being saved in the database. Could you please check this? 
> > I tried to use the `simplify` method of `DouglasPeuckerSimplifier` in the `MultiPolygonDataType` class for simplification, but I couldnāt figure out where the simplification should be applied, so I...
@bchapuis Iāve been quite busy lately, so this task has been delayed. Iāll make sure to complete it by this weekend. š
@bchapuis After reading your comment, I tried adding `ST_SimplifyPreserveTopology` to tile.js. https://github.com/apache/incubator-baremaps/pull/948/commits/b0a5e9125557af959ba23d8c3bfff71ad20442c9 However, Iām wondering if this aligns with your intended approach. > Maybe, we should introduce a new RelationBoundaryBuilder`...
@bchapuis First, I decided to implement the Java code first. https://github.com/apache/incubator-baremaps/pull/948/commits/d17166d12a2867fb778ef841955bddc2fdcdf3dc As a result, I introduced `RelationBoundaryBuilder`, as you suggested. It processes `nodes`, `ways corresponding to lines`, `ways corresponding to...