bruce-models 4.4.2 → 4.4.4

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.
@@ -10330,6 +10330,9 @@
10330
10330
  EDefaultImagery["StamenWaterColor"] = "stamenwatercolor";
10331
10331
  EDefaultImagery["StamenToner"] = "stamentoner";
10332
10332
  EDefaultImagery["Grid"] = "grid";
10333
+ EDefaultImagery["ThunderforestCycle"] = "thunderforestcycle";
10334
+ EDefaultImagery["ThunderforestTransport"] = "thunderforesttransport";
10335
+ EDefaultImagery["ThunderforestLandscape"] = "thunderforestlandscape";
10333
10336
  })(EDefaultImagery = ProjectViewTile.EDefaultImagery || (ProjectViewTile.EDefaultImagery = {}));
10334
10337
  /**
10335
10338
  * Prepared array for UI.
@@ -10401,6 +10404,18 @@
10401
10404
  name: "Stamen Toner",
10402
10405
  iconUrl: "https://template.ui.nextspace.host/Default/media/Cesium/ImageryProviders/stamenToner.png"
10403
10406
  },
10407
+ {
10408
+ id: EDefaultImagery.ThunderforestCycle,
10409
+ name: "Thunderforest Cycle"
10410
+ },
10411
+ {
10412
+ id: EDefaultImagery.ThunderforestTransport,
10413
+ name: "Thunderforest Transport"
10414
+ },
10415
+ {
10416
+ id: EDefaultImagery.ThunderforestLandscape,
10417
+ name: "Thunderforest Landscape"
10418
+ },
10404
10419
  {
10405
10420
  id: EDefaultImagery.Grid,
10406
10421
  name: "Grid",
@@ -13346,7 +13361,7 @@
13346
13361
  })(exports.DataSource || (exports.DataSource = {}));
13347
13362
 
13348
13363
  // This is updated with the package.json version on build.
13349
- const VERSION = "4.4.2";
13364
+ const VERSION = "4.4.4";
13350
13365
 
13351
13366
  exports.VERSION = VERSION;
13352
13367
  exports.AbstractApi = AbstractApi;