Skip to content

Commit c59707b

Browse files
committed
Version 0.4.1
2 parents 211dbf7 + dd35899 commit c59707b

6 files changed

+6
-6
lines changed

dist/vue-mapbox.common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5025,7 +5025,7 @@ module.exports = /******/ (function(modules) {
50255025
if (this.map) {
50265026
var params = {
50275027
id: featureId,
5028-
source: this.source,
5028+
source: this.sourceId,
50295029
"source-layer": this.layer["source-layer"]
50305030
};
50315031
return this.map.setFeatureState(params, state);

dist/vue-mapbox.umd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5086,7 +5086,7 @@
50865086
if (this.map) {
50875087
var params = {
50885088
id: featureId,
5089-
source: this.source,
5089+
source: this.sourceId,
50905090
"source-layer": this.layer["source-layer"]
50915091
};
50925092
return this.map.setFeatureState(params, state);

dist/vue-mapbox.umd.min.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3187,7 +3187,7 @@
31873187
if (this.map) {
31883188
var n = {
31893189
id: t,
3190-
source: this.source,
3190+
source: this.sourceId,
31913191
"source-layer": this.layer["source-layer"]
31923192
};
31933193
return this.map.setFeatureState(n, e);

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-mapbox",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"author": {
55
"name": "soal",
66
"email": "[email protected]",

src/components/layer/VectorLayer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default {
8888
if (this.map) {
8989
const params = {
9090
id: featureId,
91-
source: this.source,
91+
source: this.sourceId,
9292
"source-layer": this.layer["source-layer"]
9393
};
9494
return this.map.setFeatureState(params, state);

0 commit comments

Comments
 (0)