|
35 | 35 | rectangle : {
|
36 | 36 | coordinates : Cesium.Rectangle.fromDegrees(-110.0, 20.0, -100.5, 30.0),
|
37 | 37 | material : Cesium.Color.RED,
|
38 |
| - zIndex: 1, |
39 |
| - classificationType : Cesium.ClassificationType.TERRAIN |
| 38 | + zIndex: 1 |
40 | 39 | }
|
41 | 40 | });
|
42 | 41 |
|
43 | 42 | viewer.entities.add({
|
44 | 43 | rectangle : {
|
45 | 44 | coordinates : Cesium.Rectangle.fromDegrees(-112.0, 25.0, -102.5, 35.0),
|
46 | 45 | material : '../images/Cesium_Logo_Color.jpg',
|
47 |
| - zIndex: 2, |
48 |
| - classificationType : Cesium.ClassificationType.TERRAIN |
| 46 | + zIndex: 2 |
49 | 47 | }
|
50 | 48 | });
|
51 | 49 |
|
52 | 50 | viewer.entities.add({
|
53 | 51 | rectangle : {
|
54 | 52 | coordinates : Cesium.Rectangle.fromDegrees(-110.0, 31.0, -100.5, 41.0),
|
55 | 53 | material : Cesium.Color.BLUE,
|
56 |
| - zIndex: 3, |
57 |
| - classificationType : Cesium.ClassificationType.TERRAIN |
| 54 | + zIndex: 3 |
58 | 55 | }
|
59 | 56 | });
|
60 | 57 |
|
61 | 58 | viewer.entities.add({
|
62 | 59 | rectangle : {
|
63 | 60 | coordinates : Cesium.Rectangle.fromDegrees(-99.5, 20.0, -90.0, 30.0),
|
64 | 61 | material : '../images/Cesium_Logo_Color.jpg',
|
65 |
| - zIndex: 3, |
66 |
| - classificationType : Cesium.ClassificationType.TERRAIN |
| 62 | + zIndex: 3 |
67 | 63 | }
|
68 | 64 | });
|
69 | 65 |
|
70 | 66 | viewer.entities.add({
|
71 | 67 | rectangle : {
|
72 | 68 | coordinates : Cesium.Rectangle.fromDegrees(-97.5, 25.0, -88.0, 35.0),
|
73 | 69 | material : Cesium.Color.GREEN,
|
74 |
| - zIndex: 2, |
75 |
| - classificationType : Cesium.ClassificationType.TERRAIN |
| 70 | + zIndex: 2 |
76 | 71 | }
|
77 | 72 | });
|
78 | 73 |
|
79 | 74 | viewer.entities.add({
|
80 | 75 | rectangle : {
|
81 | 76 | coordinates : Cesium.Rectangle.fromDegrees(-99.5, 31.0, -90.0, 41.0),
|
82 | 77 | material : Cesium.Color.BLUE,
|
83 |
| - zIndex: 1, |
84 |
| - classificationType : Cesium.ClassificationType.TERRAIN |
| 78 | + zIndex: 1 |
85 | 79 | }
|
86 | 80 | });
|
87 | 81 |
|
|
0 commit comments