From f01d0ab77da100de327df09883bc2aebc2ddf493 Mon Sep 17 00:00:00 2001 From: twpayne Date: Sat, 23 Mar 2013 12:17:36 -0700 Subject: [PATCH] Updated Use Cases (markdown) --- Use-Cases.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Use-Cases.md b/Use-Cases.md index 3bd615a..a595e4f 100644 --- a/Use-Cases.md +++ b/Use-Cases.md @@ -111,3 +111,7 @@ Some data are represented most compactly as vector features. It should be possi ### Markers and labels maintain orientation even when the map is rotated Map rotation is useful, for example so that "up" corresponds to the direction in which the user is moving. However, labels and markers should not rotate with the map, and should instead always be aligned horizontally. + +### Sub-feature styling + +The user wishes to style a feature, e.g. a line string, according to some value that varies across the feature. It should be possible to "sub-style" a feature, e.g. to vary the color of a GPS tracklog by the speed of movement at that point. \ No newline at end of file