Skip to content

V0.28.0 Released

Choose a tag to compare

@fuzhenn fuzhenn released this 21 Nov 07:49
· 43 commits to master since this release

新功能

  • 3dtiles 增加对横轴墨卡托或高斯克吕格(traverse mercator)投影的支持,用于在城市2000坐标系下加载3dtiles或i3s格式数据
  • GLTFMarker的symbol中增加doubleSided属性
  • GroupGLLayer的queryTerrain增加out参数接收结果,以减少创建的新数组
  • VectorTileLayer的options中增加featureIdProperty,用于从Feature属性中指定某个属性为数据id
  • VectorTilerLayer增加setFeatureState/removeFeatureState/getFeatureState方法,用于从外部数据源为vt设置属性,maptalks/issues#496
  • VectorTileLayer的gltf-lit的symbol中增加对modelHeight的支持

Bug修改


New features

  • 3dtiles Add support for transverse Mercator or Gaussian Kluge (traverse mercator) projections for loading 3dtiles or i3s format data in the chinese city 2000 coordinate system
  • Add doubleSided to symbol of GLTFMarker.
  • GroupGLLayer's queryTerrain adds out parameter to receive results to minimize creating new arrays
  • VectorTileLayer's options adds featureIdProperty to specify a property as a data id from the feature property
  • VectorTilerLayer add setFeatureState/removeFeatureState/getFeatureState methods for setting a property for vt from an external data source, maptalks/issues#496
  • Add support for modelHeight in VectorTileLayer's gltf-lit's symbols.

Bug fixes