geojs 1.10.15 → 1.10.16

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/geo.js CHANGED
@@ -18398,7 +18398,6 @@ var mapInteractor = function mapInteractor(args) {
18398
18398
  m_this._getMousePosition(evt);
18399
18399
  m_this._getMouseButton(evt);
18400
18400
  m_this._getMouseModifiers(evt);
18401
- console.log(JSON.stringify(m_this.mouse().buttons)); // DWM::
18402
18401
  m_this.map().geoTrigger(geo_event.mousedown, m_this.mouse());
18403
18402
  if (m_options.click.enabled && (!m_mouse.buttons.left || m_options.click.buttons.left) && (!m_mouse.buttons.right || m_options.click.buttons.right) && (!m_mouse.buttons.middle || m_options.click.buttons.middle)) {
18404
18403
  m_this._setClickMaybe({
@@ -25012,7 +25011,7 @@ module.exports = sceneObject;
25012
25011
  * @constant
25013
25012
  * @type {string}
25014
25013
  */
25015
- module.exports = "794188854b689114ea00eecc5a6446bf45951202";
25014
+ module.exports = "953e0f4a63df9a9570c75623872aecfc44deb93a";
25016
25015
 
25017
25016
  /***/ }),
25018
25017
 
@@ -36890,7 +36889,7 @@ module.exports = vectorFeature;
36890
36889
  * @constant
36891
36890
  * @type {string}
36892
36891
  */
36893
- module.exports = "1.10.15";
36892
+ module.exports = "1.10.16";
36894
36893
 
36895
36894
  /***/ }),
36896
36895
 
package/geo.lean.js CHANGED
@@ -18398,7 +18398,6 @@ var mapInteractor = function mapInteractor(args) {
18398
18398
  m_this._getMousePosition(evt);
18399
18399
  m_this._getMouseButton(evt);
18400
18400
  m_this._getMouseModifiers(evt);
18401
- console.log(JSON.stringify(m_this.mouse().buttons)); // DWM::
18402
18401
  m_this.map().geoTrigger(geo_event.mousedown, m_this.mouse());
18403
18402
  if (m_options.click.enabled && (!m_mouse.buttons.left || m_options.click.buttons.left) && (!m_mouse.buttons.right || m_options.click.buttons.right) && (!m_mouse.buttons.middle || m_options.click.buttons.middle)) {
18404
18403
  m_this._setClickMaybe({
@@ -25012,7 +25011,7 @@ module.exports = sceneObject;
25012
25011
  * @constant
25013
25012
  * @type {string}
25014
25013
  */
25015
- module.exports = "794188854b689114ea00eecc5a6446bf45951202";
25014
+ module.exports = "953e0f4a63df9a9570c75623872aecfc44deb93a";
25016
25015
 
25017
25016
  /***/ }),
25018
25017
 
@@ -36890,7 +36889,7 @@ module.exports = vectorFeature;
36890
36889
  * @constant
36891
36890
  * @type {string}
36892
36891
  */
36893
- module.exports = "1.10.15";
36892
+ module.exports = "1.10.16";
36894
36893
 
36895
36894
  /***/ }),
36896
36895