@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 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.6.2``
41
+ * ``npm install @abi-software/flatmap-viewer@2.7.2``
42
42
 
43
43
  Documentation
44
44
  -------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmap-viewer",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "Flatmap viewer using Maplibre GL",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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))