@abi-software/flatmap-viewer 2.7.1 → 2.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.rst +1 -1
- package/package.json +1 -1
- package/src/layers/cluster.js +0 -1
package/README.rst
CHANGED
|
@@ -38,7 +38,7 @@ The map server endpoint is specified as ``MAP_ENDPOINT`` in ``src/main.js``. It
|
|
|
38
38
|
Package Installation
|
|
39
39
|
====================
|
|
40
40
|
|
|
41
|
-
* ``npm install @abi-software/flatmap-viewer@2.
|
|
41
|
+
* ``npm install @abi-software/flatmap-viewer@2.7.2``
|
|
42
42
|
|
|
43
43
|
Documentation
|
|
44
44
|
-------------
|
package/package.json
CHANGED
package/src/layers/cluster.js
CHANGED
|
@@ -121,7 +121,6 @@ export class ClusteredMarkerLayer
|
|
|
121
121
|
})
|
|
122
122
|
})
|
|
123
123
|
|
|
124
|
-
console.log('Unclustered click', e, features)
|
|
125
124
|
this.#map.on('click', 'single-points', this.singleMarkerEvent.bind(this))
|
|
126
125
|
this.#map.on('mouseenter', 'single-points', this.singleMarkerEvent.bind(this))
|
|
127
126
|
this.#map.on('mousemove', 'single-points', this.singleMarkerEvent.bind(this))
|