You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tile builder design pattern is not really clear... There are some circular dependencies and I think that separation of concerns is not really effective. I think we should aim at: (and we are not far from it)
interface TileBuilder
implemented by PlanarTileBuilder and GlobeTileBuilder
each having a method returning a new TileGeometry based on relevant TileBuilderParams (the current newTileGeometry)
TileGeometry being only a data model that does not know about the TileBuilder.
Tile builder design pattern is not really clear... There are some circular dependencies and I think that separation of concerns is not really effective. I think we should aim at: (and we are not far from it)
Originally posted by @jailln in #2440 (comment)
The text was updated successfully, but these errors were encountered: