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

Revise data model for double routes #13

Open
martian-a opened this issue Jul 30, 2017 · 0 comments
Open

Revise data model for double routes #13

martian-a opened this issue Jul 30, 2017 · 0 comments

Comments

@martian-a
Copy link
Owner

martian-a commented Jul 30, 2017

The Nordic Countries map features a double route with each option having different ferry requirements. They're currently represented by nesting the asset requirements within the colour expression.
Change so that colour elements no longer also represent a route option. Instead, use an explicit option element.

Before:

  • route
    -- colour
    ---- asset
    -- colour
    ---- asset

After:

  • route
    -- option
    ---- colour
    ---- asset
    -- option
    ---- colour
    ---- asset
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

No branches or pull requests

1 participant