From a8f9e2760f9f5fb575be444642e1eefc55b9a4b4 Mon Sep 17 00:00:00 2001 From: twpayne Date: Wed, 27 Mar 2013 06:42:19 -0700 Subject: [PATCH] Updated Use Cases (markdown) --- Use-Cases.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Use-Cases.md b/Use-Cases.md index 80dce70..a7563b5 100644 --- a/Use-Cases.md +++ b/Use-Cases.md @@ -124,4 +124,12 @@ The user wishes to style a feature, e.g. a line string, according to some value ### Vector simplification -The user has vector features with a high number of points. To render the feature efficiently it should be possible to (automatically) simplify features based on the current zoom level. Only the visible part should be rendered if the user has zoomed into the feature. \ No newline at end of file +The user has vector features with a high number of points. To render the feature efficiently it should be possible to (automatically) simplify features based on the current zoom level. Only the visible part should be rendered if the user has zoomed into the feature. + +### 3D buildings, terrain tiles + +3D buildings and TIN terrain tiles are fundamentally vector data. The vector data representation must support these data. + +### Dense vector data + +The user has [thousands](https://groups.google.com/forum/?fromgroups=#!searchin/leaflet-js/1500/leaflet-js/0SloJWSNbrg/XCtut0jhWqUJ) or [hundreds of thousands](https://groups.google.com/forum/?fromgroups=#!topic/leaflet-js/ytp2n-QLIH8) of vector features. \ No newline at end of file