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

make USECASES more consistent #2922

Merged
merged 1 commit into from
Nov 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions USECASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ As we are still experimenting with this way of design, this document is restrict
| Long distance road trip planning | Motorways | City names | z6, z7 |

This gives us the following features:
* z5: Map subject: Country names, country borders. Map context: seas, oceans.
* z5: Map subject: Country names, country borders, city names. Map context: seas, oceans.
* z6: Map subject: Country names, country borders, province/state names and borders, motorways, city names. Map context: Seas, oceans, country borders, city names.
* z7: Map subject: Province/state names and borders, city names, motorways. Map context: Seas, oceans, country names, country borders.

Some features that we currently render for which we do not (yet) have a use case:
* Province/state names and borders on z5
* City names on z5
* Roads on z5
* National parks on z7
* Railways on z7
Expand Down