Cesium 1.30
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 aTerrainProvider
with theavailability
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, andBingMapsGeocoderService
andCartographicGeocoderService
implementations. #4723
See the change log for a full list of changes