Closed (works as designed)
Project:
Leaflet Markercluster
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2013 at 10:58 UTC
Updated:
11 Jun 2013 at 05:28 UTC
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.