maptalks.three
Advanced tools
Comparing version 0.20.2 to 0.20.3
@@ -846,3 +846,3 @@ import * as maptalks from 'maptalks'; | ||
this._mousemoveTimeOut = now; | ||
map.resetCursor('default'); | ||
// map.resetCursor('default'); | ||
const identifyCountOnEvent = this.options['identifyCountOnEvent']; | ||
@@ -865,5 +865,5 @@ let count = Math.max(0, maptalks.Util.isNumber(identifyCountOnEvent) ? identifyCountOnEvent : 0); | ||
if (type === 'mousemove') { | ||
if (baseObjects.length) { | ||
map.setCursor('pointer'); | ||
} | ||
// if (baseObjects.length) { | ||
// map.setCursor('pointer'); | ||
// } | ||
// mouseout objects | ||
@@ -870,0 +870,0 @@ const outBaseObjects = []; |
{ | ||
"name": "maptalks.three", | ||
"version": "0.20.2", | ||
"version": "0.20.3", | ||
"description": "A maptalks Layer to render with THREE.js.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -22,3 +22,3 @@ # maptalks.three | ||
* Starting from version 0.16.0, the default umd package is ES6,To fit the new version of three.js [about three umd package change](https://github.com/mrdoob/three.js/issues/22025) | ||
* If your running environment does not support ES6, we also provide Es5 version [maptalks.three.es5.js](https://cdn.jsdelivr.net/npm/maptalks.three/dist/maptalks.three.es5.js),This requires the version of three.js < = 127, | ||
* If your running environment does not support ES6, we also provide Es5 version [maptalks.three.es5.js](https://unpkg.com/maptalks.three/dist/maptalks.three.es5.js),This requires the version of three.js < = 127, | ||
@@ -25,0 +25,0 @@ ## Migration from <=v0.5.x to v0.6.0 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
3093426