File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ define([
114
114
/**
115
115
* What this tile will classify.
116
116
* @type {ClassificationType }
117
- * @default ClassificationType.CESIUM_3D_TILE
117
+ * @default ClassificationType.BOTH
118
118
*/
119
- this . classificationType = ClassificationType . CESIUM_3D_TILE ;
119
+ this . classificationType = ClassificationType . BOTH ;
120
120
}
121
121
122
122
defineProperties ( Vector3DTileGeometry . prototype , {
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ define([
120
120
/**
121
121
* What this tile will classify.
122
122
* @type {ClassificationType }
123
- * @default ClassificationType.CESIUM_3D_TILE
123
+ * @default ClassificationType.BOTH
124
124
*/
125
- this . classificationType = ClassificationType . CESIUM_3D_TILE ;
125
+ this . classificationType = ClassificationType . BOTH ;
126
126
}
127
127
128
128
defineProperties ( Vector3DTilePolygons . prototype , {
You can’t perform that action at this time.
0 commit comments