Comparing version 1.0.46 to 1.0.47
{ | ||
"name": "venus-map", | ||
"version": "1.0.46", | ||
"version": "1.0.47", | ||
"description": "tq-fed-map", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -228,2 +228,9 @@ import Overlay from 'ol/Overlay.js' | ||
setCoordinates(uid, coordinates) { | ||
if (this.pops[uid]) { | ||
const popup = this.pops[uid] | ||
popup.setPosition(coordinates) | ||
} | ||
} | ||
bindFeature(feature, opt = { render: () => 'test' }) { | ||
@@ -230,0 +237,0 @@ const dom = this._getWrapperNode(feature.ol_uid, opt) |
@@ -200,4 +200,6 @@ import EventBus from './EventBus' | ||
this.lastAnimationTime = frameState.time | ||
this.emit('animation', this.coordinates[index]) | ||
} | ||
this.map.render() | ||
} | ||
@@ -204,0 +206,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3275710
5923