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. 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.