Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
23.66 KB
MD5: 2c936ca115bf87afaeee7b77b8431f3d
SHA-1: fa6fd69f506c1a644b0cca59621c2229eba67707
SHA-256: 9d2815b6b76cb3ade4e6d7c5981454d3eb27c8e6cd7a4c37020322aa85153f40
Download zip
31.58 KB
MD5: a6e06d736ba3e5e2558eb19d3f12a646
SHA-1: 8acbc2bfb839bdf05011644f9b83325760d09615
SHA-256: 07e8b836adc3aa21b2b837dab02688c53b0d69386da8d2284259cc70e1fcb98c
Release notes
Two bug fixes:
1. getVisibleEntityIds() now uses containerPointToLatLng() to compute
exact visible bounds instead of map.getBounds(), which includes
rendering padding. This caused markers just outside the visible
viewport edge to be counted, inflating the total.
2. Total count in the @Total token now reflects all visible markers
sent by the client, not the server-side ENTITY_IDS_CAP (10,000).
The cap still applies to the query for performance, but the count
display is accurate for datasets of any size.