Skip to content

Commit

Permalink
change the base layer
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj committed Jan 5, 2025
1 parent 127b09c commit 7260f35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/vector/polyline_flicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
viewer.addBaseLayer( baseLayer,{
brightness : 0.1
})
viewer.addBaseLayer( baseLayer)
let layer = new DC.VectorLayer('layer')
viewer.addLayer(layer)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-sdk",
"version": "4.0.0",
"version": "4.2.0",
"license": "MIT",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
Expand Down Expand Up @@ -65,6 +65,6 @@
"dist"
],
"dependencies": {
"@dvgis/dc-common": "^4.0.2"
"@dvgis/dc-common": "^4.2.0"
}
}
1 change: 1 addition & 0 deletions src/modules/exts/BaseLayerPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class BaseLayerPicker {
id: `imagery-no-${this._count}`,
layers: imageryLayers,
cache: [],
options,
})
return this
}
Expand Down

0 comments on commit 7260f35

Please sign in to comment.