From 65279eedc5ae9590bd09740d3b403e6d99ffdcfe Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Fri, 3 Nov 2017 00:21:46 +0100 Subject: [PATCH] make USECASES more consistent Looking up city location is listed as z5 activity --- USECASES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/USECASES.md b/USECASES.md index aed6d27cdc..1d22e2abf1 100644 --- a/USECASES.md +++ b/USECASES.md @@ -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