Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework the Binfile driver #1254

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Draft

Rework the Binfile driver #1254

wants to merge 1 commit into from

Conversation

jkoan
Copy link
Member

@jkoan jkoan commented Dec 27, 2023

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:

  • 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
  • Future extend on the documentation

It is completely undocumented and mixes data access via multiple ways.
We want to focus on one thing only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant