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

rdeboer’s picture

Hi 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

rdeboer’s picture

Status: Active » Closed (works as designed)

@pinkonomy,
For the sort of stuff you want, you Google for "bounding box" strategy.