Mapmodule Ol Cesium
Description
Ol Cesium implementation of the mapmodule bundle.
Bundle configuration
Configuration can be given when through mapfull's bundle configuration under mapOptions.
{
    "resolutions" : [...],
    "srsName": "EPSG:3857",
    "terrain": {
        "providerUrl": "{{url}}",
        "ionAssetId": "{{asset-id}}",
        "ionAccessToken": "{{your-ion-access-token}}"
    }
}- terrainand all it's children are optional.- Using providerUrlone can set the TMS service end point. Supported terrain formats are heightmap-1.0 and quantized-mesh-1.0.
- When ionAssetIdis provided, the terrain is streamed from Cesium ION service which also requiresionAccessToken.
- When ionAccessTokenis provided withoutionAssetIdCesium World Terrain is used for providing detailed terrain all over the globe.
 
- Using 
Bundle functions
getCesiumScene
The function provides access to a Cesium.Scene object handling the 3D view.