Skip to content

Commit

Permalink
Updating portal item to use the data in ArcGISRuntimeSDK. (#833) (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeigl authored Jun 3, 2024
1 parent 0fedfe8 commit cf8c5ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private void setInitialViewpoint() {

private void add3DTilesLayer() {
String tilePath =
"https://tiles.arcgis.com/tiles/N82JbI5EYtAkuUKU/arcgis/rest/services/Stuttgart/3DTilesServer/tileset.json";
"https://tiles.arcgis.com/tiles/ZQgQTuoyBrtmoGdP/arcgis/rest/services/Stuttgart/3DTilesServer/tileset.json";

Ogc3DTilesLayer ogc3dTilesLayer = new Ogc3DTilesLayer(tilePath);
arcGISScene.getOperationalLayers().add(ogc3dTilesLayer);
Expand Down

0 comments on commit cf8c5ba

Please sign in to comment.