From 6b10ea887e0fa0f82cfdf6a4c5dd695c79cddd06 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 6 Jan 2014 11:36:00 +0100 Subject: [PATCH] Add comment about the rtree example not working when hosted --- examples/rtree.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rtree.html b/examples/rtree.html index 79c8cc55b7..9c6ecf130a 100644 --- a/examples/rtree.html +++ b/examples/rtree.html @@ -32,7 +32,7 @@

R-Tree example

-

R-Tree example.

+

R-Tree example. Please note that this example only works locally, it does not work when the examples are hosted. This is because it accesses internals the R-Tree data structure, which are not exported in the API.

See the rtree.js source to see how this is done.