Commit 2c142b92 authored by iSergio's avatar iSergio
Browse files

Removed Cesium3DTileset.url, which was deprecated in CesiumJS 1.78. Use...

Removed Cesium3DTileset.url, which was deprecated in CesiumJS 1.78. Use Cesium3DTileset.resource.url to retrieve the url value.
parent ddd194a0
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -587,11 +587,10 @@ public class Cesium3DTileset {
  public native int totalMemoryUsageInBytes();

  /**
   * The url to a tileset.json file or to a directory containing a tileset.json
   * file.
   * The resource used to fetch the tileset JSON file.
   */
  @JsProperty(name = "url")
  public native String url();
  @JsProperty(name = "resource")
  public native Resource resource();

  /**
   * A <a href=