Add comment about the rtree example not working when hosted

This commit is contained in:
Tom Payne
2014-01-06 11:36:00 +01:00
parent 69f0de2739
commit 6b10ea887e

View File

@@ -32,7 +32,7 @@
<div class="span12">
<h4 id="title">R-Tree example</h4>
<p id="shortdesc">R-Tree example.</p>
<p id="shortdesc">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.</p>
<div id="docs">
<p>See the <a href="rtree.js" target="_blank">rtree.js source</a> to see how this is done.</p>
</div>