Skip to content

Commit

Permalink
Update VectorTileImageryProvider.js
Browse files Browse the repository at this point in the history
使其兼容1.67后面的版本
  • Loading branch information
engineerhe authored Apr 29, 2020
1 parent 270cb8e commit a96f4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/VectorTileImageryProvider/VectorTileImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ define([
GEOJSONDRAWING: 4,
COMPELTED: 5
}
Cesium.defineProperties(VectorTileImageryProvider.prototype, {
Object.defineProperties(VectorTileImageryProvider.prototype, {
/**
*
* @memberof Cesium.VectorTileImageryProvider.prototype
Expand Down Expand Up @@ -1817,4 +1817,4 @@ define([
}
}
return VectorTileImageryProvider;
})
})

0 comments on commit a96f4c7

Please sign in to comment.