The binfile driver is probably our most important driver regarding map data.
The driver should be split in multiple units that are as self contained as possible. This will also help with the understanding as currently the binfile map-driver mixes being a downloader, a zip implementation, a tile implementation and probably something else.
Things to take care of:
[x] Remove Download Feature from Binfile driver
Why: It is completely undocumented and mixes data access via multiple ways. We want to focus on one thing only per Plugin
[ ] Split Zipfile loading/access and loading of tile data
The binfile driver is probably our most important driver regarding map data.
The driver should be split in multiple units that are as self contained as possible. This will also help with the understanding as currently the binfile map-driver mixes being a downloader, a zip implementation, a tile implementation and probably something else.
Things to take care of: