vue-cesium

๐ŸŽ‰ Vue 3.x components for CesiumJS.

MIT License

Downloads
10.9K
Stars
1.5K
Committers
24

Bot releases are hidden (Show)

vue-cesium - v3.2.8 @zouyaoji Latest Release

Published by zouyaoji 5 months ago

Commits

vue-cesium - v3.2.7 @zouyaoji

Published by zouyaoji 7 months ago

Commits

vue-cesium - v3.2.6 @zouyaoji

Published by zouyaoji 8 months ago

Commits

vue-cesium - v3.2.5 @zouyaoji

Published by zouyaoji 10 months ago

Commits

vue-cesium - v3.2.4

Published by zouyaoji 12 months ago

vue-cesium - v3.2.3 @zouyaoji

Published by zouyaoji 12 months ago

Notable changes

Commits

vue-cesium - v3.2.2 @zouyaoji

Published by zouyaoji about 1 year ago

Notable changes

Commits

vue-cesium - v3.2.1 @zouyaoji

Published by zouyaoji about 1 year ago

Notable changes

Commits

vue-cesium - v3.2.0 @zouyaoji

Published by zouyaoji over 1 year ago

Notable changes

Commits

vue-cesium - v3.1.9 @zouyaoji

Published by zouyaoji over 1 year ago

Notable changes

Commits

vue-cesium - v3.1.8 @zouyaoji

Published by zouyaoji over 1 year ago

Notable changes

Commits

vue-cesium - v3.1.7

Published by zouyaoji over 1 year ago

vue-cesium - v3.1.6 @zouyaoji

Published by zouyaoji over 1 year ago

Notable changes

  • document
  • feature
    • feat: vc-drawings, vc-measurements, vc-analyses add clear event, by @zouyaoji <[email protected]>
  • bugfix
    • fix: viewshed analysis throw an exception under the new version of webgl2, by @zouyaoji <[email protected]>

Commits

vue-cesium - v3.1.5 @zouyaoji

Published by zouyaoji over 1 year ago

Notable changes

  • document
  • bugfix
    • fix: the Baidu custom map cannot be displayed by vc-imagery-provider-baidu component, by @zouyaoji <[email protected]>
    • fix: the vc-overlay-html component is not displayed properly in 2D SceneMode, by @zouyaoji <[email protected]>

Commits

vue-cesium - v3.1.4 @zouyaoji

Published by zouyaoji over 1 year ago

Notable changes

  • document
  • feature
    • feat: Add fabActionOpts properties to components such as Measurements, Drawings, and Analyses, by @flywin8 <[email protected]>
    • feat: vc-imagery-provider-baidu component adds then showtext property, by @zouyaoji <[email protected]>
  • bugfix
    • fix: zoom-in and zoom-out function of the navigation-sm not work, by @zouyaoji <[email protected]>
    • fix: the issue that the polyline of the drawing component vc-drawings is not normal, by @zouyaoji <[email protected]>
    • fix: Fixed analysis component unable to modify button function parameters based on some parameters, by @flywin8 <[email protected]>
    • fix: Fixed deep copy of the analysis component binding function button parameter object, by @flywin8 <[email protected]>

Commits

vue-cesium - v3.1.3 @zouyaoji

Published by zouyaoji over 1 year ago

Notable changes

Commits

vue-cesium - v3.1.2 @zouyaoji

Published by zouyaoji almost 2 years ago

Notable changes

Commits

vue-cesium - v3.1.1 @zouyaoji

Published by zouyaoji almost 2 years ago

Notable changes

Commits

vue-cesium - v3.1.0 @zouyaoji

Published by zouyaoji about 2 years ago

Notable changes

Commits

vue-cesium - v3.0.19

Published by zouyaoji about 2 years ago

3.0.19

2022-09-07

Optimization

  • Add the global configuration reloadMode, when modifying many non-responsive property changes in an instant requires calling the reload method of the component, indicating whether to execute the reload method every time, or execute the reload method only once after all changes are completed.
  • When the vc-selection-indicator component picks up Cesium3DTileFeature, the position of the indicator takes priority to the position of the property field position, if it is empty, it takes the center point of the bounding box.

Bug fixes

  • Fixed the issue that Cesium.Uri was removed from Cesium 1.97, which caused the vc-imagery-provider-tianditu component to be abnormal.
  • Fixed the issue that failed to import components on demand.