@geode/opengeodeweb-viewer 1.16.1-rc.2 → 1.17.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1183,6 +1183,13 @@
|
|
|
1183
1183
|
},
|
|
1184
1184
|
"minItems": 1
|
|
1185
1185
|
},
|
|
1186
|
+
"color_mode": {
|
|
1187
|
+
"type": "string",
|
|
1188
|
+
"enum": [
|
|
1189
|
+
"constant",
|
|
1190
|
+
"random"
|
|
1191
|
+
]
|
|
1192
|
+
},
|
|
1186
1193
|
"color": {
|
|
1187
1194
|
"type": "object",
|
|
1188
1195
|
"properties": {
|
|
@@ -1219,7 +1226,7 @@
|
|
|
1219
1226
|
"required": [
|
|
1220
1227
|
"id",
|
|
1221
1228
|
"block_ids",
|
|
1222
|
-
"
|
|
1229
|
+
"color_mode"
|
|
1223
1230
|
],
|
|
1224
1231
|
"additionalProperties": false
|
|
1225
1232
|
}
|
|
@@ -1268,6 +1275,13 @@
|
|
|
1268
1275
|
},
|
|
1269
1276
|
"minItems": 1
|
|
1270
1277
|
},
|
|
1278
|
+
"color_mode": {
|
|
1279
|
+
"type": "string",
|
|
1280
|
+
"enum": [
|
|
1281
|
+
"constant",
|
|
1282
|
+
"random"
|
|
1283
|
+
]
|
|
1284
|
+
},
|
|
1271
1285
|
"color": {
|
|
1272
1286
|
"type": "object",
|
|
1273
1287
|
"properties": {
|
|
@@ -1304,7 +1318,7 @@
|
|
|
1304
1318
|
"required": [
|
|
1305
1319
|
"id",
|
|
1306
1320
|
"block_ids",
|
|
1307
|
-
"
|
|
1321
|
+
"color_mode"
|
|
1308
1322
|
],
|
|
1309
1323
|
"additionalProperties": false
|
|
1310
1324
|
}
|
|
@@ -1374,6 +1388,13 @@
|
|
|
1374
1388
|
},
|
|
1375
1389
|
"minItems": 1
|
|
1376
1390
|
},
|
|
1391
|
+
"color_mode": {
|
|
1392
|
+
"type": "string",
|
|
1393
|
+
"enum": [
|
|
1394
|
+
"constant",
|
|
1395
|
+
"random"
|
|
1396
|
+
]
|
|
1397
|
+
},
|
|
1377
1398
|
"color": {
|
|
1378
1399
|
"type": "object",
|
|
1379
1400
|
"properties": {
|
|
@@ -1410,7 +1431,7 @@
|
|
|
1410
1431
|
"required": [
|
|
1411
1432
|
"id",
|
|
1412
1433
|
"block_ids",
|
|
1413
|
-
"
|
|
1434
|
+
"color_mode"
|
|
1414
1435
|
],
|
|
1415
1436
|
"additionalProperties": false
|
|
1416
1437
|
}
|
|
@@ -1548,6 +1569,13 @@
|
|
|
1548
1569
|
},
|
|
1549
1570
|
"minItems": 1
|
|
1550
1571
|
},
|
|
1572
|
+
"color_mode": {
|
|
1573
|
+
"type": "string",
|
|
1574
|
+
"enum": [
|
|
1575
|
+
"constant",
|
|
1576
|
+
"random"
|
|
1577
|
+
]
|
|
1578
|
+
},
|
|
1551
1579
|
"color": {
|
|
1552
1580
|
"type": "object",
|
|
1553
1581
|
"properties": {
|
|
@@ -1584,7 +1612,7 @@
|
|
|
1584
1612
|
"required": [
|
|
1585
1613
|
"id",
|
|
1586
1614
|
"block_ids",
|
|
1587
|
-
"
|
|
1615
|
+
"color_mode"
|
|
1588
1616
|
],
|
|
1589
1617
|
"additionalProperties": false
|
|
1590
1618
|
},
|