Skip to content

Cesium 1.30

Compare
Choose a tag to compare
@hpinkos hpinkos released this 01 Aug 15:24
· 15997 commits to master since this release

1.30 - 2017-02-01

Highlights include:

  • Added sampleTerrainMostDetailed to sample the height of an array of positions using the best available terrain data at each point. This requires a TerrainProvider with the availability property.
  • Transparent parts of billboards, labels, and points no longer overwrite parts of the scene behind them. #4886
  • Added support for custom geocoder services and autocomplete, see the Sandcastle example. Added GeocoderService, an interface for geocoders, and BingMapsGeocoderService and CartographicGeocoderService implementations. #4723

See the change log for a full list of changes