Kevin - can definitely support this, will contact you offline.
Patrick
Hi Patrick,
I'm wondering if you guys can clarify how the "free until September 1, 2018" works for Cesium World Terrain. The linked blog post says:
Cesium contains a built-in ion account key free for non-commercial, commercial, and government use until September 1, 2018.
And that does appear to be true. But using the default key also plasters:
This application is using Cesium's default ion access token. Please assign Cesium.Ion.defaultAccessToken with an access token from your ion account before making any Cesium API calls. You can sign up for a free ion account at https://cesium.com.
at the bottom of the window, which not only doesn't make it sound like things are fine until September 1, but also is going to be pretty annoying for my end-users who will have no idea what it means.
So, am I doing this right? Or am I meant to sign up for a community account and use that until September 1, even for commercial/government applications?
After September 1, I'll need one or more commercial accounts for my applications. But, as you know, I also have a library, called TerriaJS, that others can use to build their own applications. It shows off the power of Cesium and TerriaJS better, as well as hopefully helps sell more ion subscriptions, if TerriaJS has nice terrain out of the box. So my plan is that the library will ship rigged to use the default ion key, but I'll override the "Please assign Cesium.Ion.defaultAccessToken with an access token..." message to have TerriaJS-specific instructions for installing the ion token. Just wanted to run that by you guys to make sure it sounds ok.
Thanks,
Kevin
Hi all,
Along with the CesiumJS 1.43 release today, we also announced our upcoming commercial Cesium ion platform.
As you have likely experienced yourself, many developers using CesiumJS ask questions like:
How do I generate 3D Tiles for my photogrammetry model, point cloud, CAD model, vector data, etc.?How do I find a 3D buildings dataset, terrain, or imagery for a particular area?
Cesium ion will address questions like this by offering subscriptions to
web services for curated 3D content and 3D tiling to convert your own data.
(Note that we are now referring to Cesium, the JavaScript library, as CesiumJS, as many folks already do, to differentiate it from ion.)
The initial version of ion will roll out on May 1 with support for tiling your own terrain and imagery in the cloud, sign up here. We expect 3D Tiles features to quickly follow since enterprise customers have been using our 3D tiling pipelines for quite some time.
There will be a free account for non-commercial and non-government use, and paid accounts for commercial and government use, and more cloud storage. This is a great thing for the open-source community; ion customers will help sustain and accelerate CesiumJS development and those using free ion accounts will have access to 3D content and 3D tiling services.
We released a small part of ion today with the new higher-resolution Cesium World Terrain which replaces the now deprecated STK World Terrain. It is free until September 1, 2018,
even for commercial and government use
.
The Cesium team is particularly excited about ion since it is our first product built around CesiumJS to support developing open-source CesiumJS. Thanks to the Cesium community for inspiring us with the endless possibilities for 3D maps! We are looking forward to the next 6,500 forum threads!
Check out the Hello Cesium ion blog post for more details. Let's use this thread to discuss any general or roadmap questions.
Thanks,
Patrick--
twitter.com/pjcozzi
--
You received this message because you are subscribed to a topic in the Google Groups "cesium-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cesium-dev/SJk-3sBAvBk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Patrick,
I am using Cesium Ion with olcesium but I can't figure where to place the token I got from Tim... cause its a bit different from a classic viewer, if I place the
Cesium.Ion.defaultAccessToken before
scene.terrainProvider = Cesium.createWorldTerrain({..
it doesn't work...