Skip to content
GitLab
Explore
Sign in
Commits · bea38a29e62538e733f2be299a21817398583295
cesiumjs4gwt
Browse files
Mar 02, 2018
Library version up 1.43.0 up
· bea38a29
iSergio
authored
Mar 02, 2018
View commits for tag 1.43.0
1.43.0
bea38a29
Fix tests
· 98122d42
iSergio
authored
Mar 02, 2018
98122d42
New JUnit tests
· d1b5fb85
iSergio
authored
Mar 02, 2018
d1b5fb85
The experimental CesiumIon object has been completely refactored and renamed to Ion.
· 54b6e3f9
iSergio
authored
Mar 02, 2018
54b6e3f9
Added classificationType property to entities which specifies whether an...
· 44ae0c84
iSergio
authored
Mar 02, 2018
44ae0c84
Added Globe.tilesLoaded getter property to determine if all terrain and imagery is loaded.
· da77e0de
iSergio
authored
Mar 02, 2018
da77e0de
Added setQueryParameters and appendQueryParameters to allow for better handling of query strings.
· 7101756f
iSergio
authored
Mar 02, 2018
7101756f
Added preserveQueryParameters parameter to getDerivedResource, to allow us to...
· d3f7e426
iSergio
authored
Mar 02, 2018
d3f7e426
Added Cesium.Math.cbrt
· faf1872c
iSergio
authored
Mar 02, 2018
faf1872c
Added put, patch, delete, options and head methods, so it can be used for all XHR requests.
· becd8cf8
iSergio
authored
Mar 02, 2018
becd8cf8
Added support for a promise to a resource for CesiumTerrainProvider,...
· e358404f
iSergio
authored
Mar 02, 2018
e358404f
Added createWorldTerrain helper function for easily constructing the new Cesium World Terrain.
· 39ba559a
iSergio
authored
Mar 02, 2018
39ba559a
Added new Ion, IonResource, and IonImageryProvider objects for loading data hosted on Cesium ion.
· 44e178bf
iSergio
authored
Mar 02, 2018
44e178bf
GeometryVisualizer no longer displays polylines. Use PolylineVisualizer instead.
· 54318a7d
iSergio
authored
Mar 02, 2018
54318a7d
GeometryVisualizer no longer uses a type parameter.
· 73614050
iSergio
authored
Mar 02, 2018
73614050
Removed GeometryUpdater.perInstanceColorAppearanceType and GeometryUpdater.materialAppearanceType
· d73985bd
iSergio
authored
Mar 02, 2018
d73985bd
Rename module of gwt-cs-test to gwt-cs-showcase (For test use JUnit)
· 87c510e5
iSergio
authored
Mar 02, 2018
87c510e5
Cesium version up to 1.43
· fb2a3c57
iSergio
authored
Mar 02, 2018
fb2a3c57
Feb 07, 2018
Library version up 1.42.12 up
· 2c822fcf
iSergio
authored
Feb 07, 2018
View commits for tag 1.42.12
1.42.12
2c822fcf
Begin write JUnit tests
· 6bfe701c
iSergio
authored
Feb 07, 2018
6bfe701c
Begin write JUnit tests
· 539238bb
iSergio
authored
Feb 07, 2018
539238bb
Fix @JsProperty annotations
· a83fe925
iSergio
authored
Feb 07, 2018
a83fe925
Add some path to ignore
· ac69d8de
iSergio
authored
Feb 07, 2018
ac69d8de
Wrong official Cesium documentation
· 9b7c5fe2
iSergio
authored
Feb 07, 2018
9b7c5fe2
Add example variables
· e80826eb
iSergio
authored
Feb 07, 2018
e80826eb
Add scaleByDistance property
· 72242a38
iSergio
authored
Feb 07, 2018
72242a38
Add scaleByDistance and disableDepthTestDistance properties
· fdb26c9a
iSergio
authored
Feb 07, 2018
fdb26c9a
Fixed enableRightToLeftDetection to static access
· 0c97b562
iSergio
authored
Feb 07, 2018
0c97b562
Now Collection is abstract class with protected constructor
· 7d33f71f
iSergio
authored
Feb 07, 2018
7d33f71f
Feb 06, 2018
Add requestRenderMode property
· 1a6d3271
iSergio
authored
Feb 06, 2018
1a6d3271
Add CesiumIon support
· 41d8fafc
iSergio
authored
Feb 06, 2018
41d8fafc
Feb 02, 2018
Move loadImage to Resource.fetchImage
· 32061e9d
iSergio
authored
Feb 02, 2018
32061e9d
Missed annotation
· d6d0cfc7
iSergio
authored
Feb 02, 2018
d6d0cfc7
Add CreditDisplay support
· f82d779d
iSergio
authored
Feb 02, 2018
f82d779d
Added Scene.preUpdate and Scene.postUpdate events that are raised before and...
· 0092d3b4
iSergio
authored
Feb 02, 2018
0092d3b4
Scene.requestRender will explicitly request a new render frame when in request render mode.
· 82b7df2e
iSergio
authored
Feb 02, 2018
82b7df2e
Scene.requestRenderMode enables a mode which will only request new render...
· 8fbf2087
iSergio
authored
Feb 02, 2018
8fbf2087
Added Globe.imageryLayersUpdatedEvent, which is raised when an imagery layer...
· 5c808cef
iSergio
authored
Feb 02, 2018
5c808cef
Added Cartographic.toCartesian to convert from Cartographic to Cartesian3
· 9cadc832
iSergio
authored
Feb 02, 2018
9cadc832
Added BoundingSphere.volume for computing the volume of a BoundingSphere
· 2f299df0
iSergio
authored
Feb 02, 2018
2f299df0
Loading