-
Notifications
You must be signed in to change notification settings - Fork 303
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
Split providers into protocols, formatters and symbolizers #695
Comments
mbredif
added a commit
that referenced
this issue
Mar 26, 2018
Multiple classes are in charge of decoding file chunks. They were scattered into multiple directories and had different names : Loaders, Parsers, IoDrivers... They are now all moved to a new src/Parser directory This commit addresses first item of #695
mbredif
added a commit
that referenced
this issue
Mar 26, 2018
Multiple classes are in charge of decoding file chunks. They were scattered into multiple directories and had different names : Loaders, Parsers, IoDrivers... They are now all moved to a new src/Parser directory This commit addresses first item of #695
mbredif
added a commit
that referenced
this issue
Mar 26, 2018
Multiple classes are in charge of decoding file chunks. They were scattered into multiple directories and had different names : Loaders, Parsers, IoDrivers... They are now all moved to a new src/Parser directory This commit addresses first item of #695
mbredif
added a commit
that referenced
this issue
Mar 26, 2018
Multiple classes are in charge of decoding file chunks. They were scattered into multiple directories and had different names : Loaders, Parsers, IoDrivers... They are now all moved to a new src/Parser directory This commit addresses first item of #695
peppsac
pushed a commit
that referenced
this issue
Mar 27, 2018
Multiple classes are in charge of decoding file chunks. They were scattered into multiple directories and had different names : Loaders, Parsers, IoDrivers... They are now all moved to a new src/Parser directory This commit addresses first item of #695
Closed
Now the itowns architecture is
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow up to this comment.
Providers are presently in charge of handling a protocol, as well as generating and styling geometries.
These tasks should be split in several modules to improve factorisation:
TODO list:
parse(file, options) -> promise
Move formatting and symbolizing code out of providersThe text was updated successfully, but these errors were encountered: