geojs 1.10.15 → 1.10.17
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 +4 -5
- package/geo.lean.js +4 -5
- package/geo.lean.min.js +1 -1
- package/geo.min.js +1 -1
- package/package.json +1 -1
- package/src/mapInteractor.js +0 -1
- package/src/osmLayer.js +2 -2
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({
|
|
@@ -21186,10 +21185,10 @@ osmLayer.tileSources = {
|
|
|
21186
21185
|
minLevel: 0,
|
|
21187
21186
|
maxLevel: 18
|
|
21188
21187
|
},
|
|
21189
|
-
'voyager-without-
|
|
21188
|
+
'voyager-without-labels': {
|
|
21190
21189
|
url: 'https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png',
|
|
21191
21190
|
attribution: CartoAttribution,
|
|
21192
|
-
name: 'Carto Voyager Without
|
|
21191
|
+
name: 'Carto Voyager Without Labels',
|
|
21193
21192
|
minLevel: 0,
|
|
21194
21193
|
maxLevel: 18
|
|
21195
21194
|
}
|
|
@@ -25012,7 +25011,7 @@ module.exports = sceneObject;
|
|
|
25012
25011
|
* @constant
|
|
25013
25012
|
* @type {string}
|
|
25014
25013
|
*/
|
|
25015
|
-
module.exports = "
|
|
25014
|
+
module.exports = "0f7ee535833a191fedd146beec6f5bb582c1f011";
|
|
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.
|
|
36892
|
+
module.exports = "1.10.17";
|
|
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({
|
|
@@ -21186,10 +21185,10 @@ osmLayer.tileSources = {
|
|
|
21186
21185
|
minLevel: 0,
|
|
21187
21186
|
maxLevel: 18
|
|
21188
21187
|
},
|
|
21189
|
-
'voyager-without-
|
|
21188
|
+
'voyager-without-labels': {
|
|
21190
21189
|
url: 'https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png',
|
|
21191
21190
|
attribution: CartoAttribution,
|
|
21192
|
-
name: 'Carto Voyager Without
|
|
21191
|
+
name: 'Carto Voyager Without Labels',
|
|
21193
21192
|
minLevel: 0,
|
|
21194
21193
|
maxLevel: 18
|
|
21195
21194
|
}
|
|
@@ -25012,7 +25011,7 @@ module.exports = sceneObject;
|
|
|
25012
25011
|
* @constant
|
|
25013
25012
|
* @type {string}
|
|
25014
25013
|
*/
|
|
25015
|
-
module.exports = "
|
|
25014
|
+
module.exports = "0f7ee535833a191fedd146beec6f5bb582c1f011";
|
|
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.
|
|
36892
|
+
module.exports = "1.10.17";
|
|
36894
36893
|
|
|
36895
36894
|
/***/ }),
|
|
36896
36895
|
|