From 62b6dcd8cb02c5805647babf461133e7f39adb05 Mon Sep 17 00:00:00 2001
From: iSergio <s.serge.b@gmail.com>
Date: Mon, 28 Nov 2022 09:51:12 +0300
Subject: [PATCH] Fix example

---
 .../examples/Tiles3DNextPhotogrammetryClassification.java        | 1 +
 .../public/examples/Tiles3DNextPhotogrammetryClassification.txt  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/cesiumjs4gwt-showcase/src/main/java/org/cleanlogic/cesiumjs4gwt/showcase/examples/Tiles3DNextPhotogrammetryClassification.java b/cesiumjs4gwt-showcase/src/main/java/org/cleanlogic/cesiumjs4gwt/showcase/examples/Tiles3DNextPhotogrammetryClassification.java
index d5ef0c05..fa017e8f 100644
--- a/cesiumjs4gwt-showcase/src/main/java/org/cleanlogic/cesiumjs4gwt/showcase/examples/Tiles3DNextPhotogrammetryClassification.java
+++ b/cesiumjs4gwt-showcase/src/main/java/org/cleanlogic/cesiumjs4gwt/showcase/examples/Tiles3DNextPhotogrammetryClassification.java
@@ -309,6 +309,7 @@ public class Tiles3DNextPhotogrammetryClassification  extends AbstractExample {
         tileset.customShader = unlitShader;
         tileset.colorBlendMode = Cesium3DTileColorBlendMode.HIGHLIGHT();
         tileset.colorBlendAmount = 0.5;
+        tileset.featureIdLabel = 0;
     }
 
     private void showClassification() {
diff --git a/cesiumjs4gwt-showcase/src/main/resources/org/cleanlogic/cesiumjs4gwt/public/examples/Tiles3DNextPhotogrammetryClassification.txt b/cesiumjs4gwt-showcase/src/main/resources/org/cleanlogic/cesiumjs4gwt/public/examples/Tiles3DNextPhotogrammetryClassification.txt
index d5ef0c05..fa017e8f 100644
--- a/cesiumjs4gwt-showcase/src/main/resources/org/cleanlogic/cesiumjs4gwt/public/examples/Tiles3DNextPhotogrammetryClassification.txt
+++ b/cesiumjs4gwt-showcase/src/main/resources/org/cleanlogic/cesiumjs4gwt/public/examples/Tiles3DNextPhotogrammetryClassification.txt
@@ -309,6 +309,7 @@ public class Tiles3DNextPhotogrammetryClassification  extends AbstractExample {
         tileset.customShader = unlitShader;
         tileset.colorBlendMode = Cesium3DTileColorBlendMode.HIGHLIGHT();
         tileset.colorBlendAmount = 0.5;
+        tileset.featureIdLabel = 0;
     }
 
     private void showClassification() {
-- 
GitLab