Hi,
I have one question: I want to show/load nodes only in the area that the user sees,not all nodes.
Does this module do this?
thanks
Hi,
I have one question: I want to show/load nodes only in the area that the user sees,not all nodes.
Does this module do this?
thanks
Comments
Comment #1
rdeboerHi pinkonomy,
It is the Views query that determines which nodes are loaded (on the server).
The View results set is then converted into marker data and the marker data is sent to the browser.
It is in the browser, through Javascript, where the marker clustering then takes place.
If you want to have fewer nodes, apply one or more Views filters.
Rik
Comment #2
rdeboer@pinkonomy,
For the sort of stuff you want, you Google for "bounding box" strategy.