From 9f2ce8f50e6208f6467fc0c9b276b17a69f85e22 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Thu, 7 Nov 2013 15:07:31 +0100 Subject: [PATCH] Add more FIXMEs --- src/ol/source/vectorsource.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ol/source/vectorsource.js b/src/ol/source/vectorsource.js index 736d3f7e0a..cf8fe4660c 100644 --- a/src/ol/source/vectorsource.js +++ b/src/ol/source/vectorsource.js @@ -1,6 +1,8 @@ +// FIXME bulk feature upload - suppress events // FIXME put features in an ol.Collection // FIXME make change-detection more refined (notably, geometry hint) // FIXME keep R-Tree up-to-date, probably needs a new R-Tree implementation +// FIXME iterate over R-Treed, needs a new R-Tree implementation goog.provide('ol.source.Vector');