apache / incubator-baremaps

Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
baremaps.apache.org
Apache License 2.0
491 stars 56 forks source link

Improve the modularization of the project #878

Open bchapuis opened 1 month ago

bchapuis commented 1 month ago

I think we should continue our effor to improve the modularization of baremaps.

Here are some of the codecs we could extract from the core and put in dedicated modules.

Some other parts of the code may also benefit from being put in modules but the advantage is less clear.

What are you thought on this plan? I intent to use this issue to track the progress on these changes. They will be implemented with multiple small pull requests and the list of modules will evolve.