bruce-models 1.7.4 → 1.7.5

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.
@@ -5569,6 +5569,7 @@
5569
5569
  EDefaultImagery["EsriWorldStreetMap"] = "esriworldstreetmap";
5570
5570
  EDefaultImagery["EsriNationalGeographic"] = "esrinationalgeographic";
5571
5571
  EDefaultImagery["OpenStreetMap"] = "openstreetmap";
5572
+ EDefaultImagery["LINZ"] = "linz";
5572
5573
  EDefaultImagery["StamenWaterColor"] = "stamenwatercolor";
5573
5574
  EDefaultImagery["StamenToner"] = "stamentoner";
5574
5575
  EDefaultImagery["Grid"] = "grid";
@@ -5628,6 +5629,11 @@
5628
5629
  name: "Open Street Map",
5629
5630
  iconUrl: "https://template.ui.nextspace.host/Default/media/Cesium/ImageryProviders/openStreetMap.png"
5630
5631
  },
5632
+ {
5633
+ id: EDefaultImagery.LINZ,
5634
+ name: "LINZ",
5635
+ iconUrl: "https://template.ui.nextspace.host/media/linz.jpg"
5636
+ },
5631
5637
  {
5632
5638
  id: EDefaultImagery.StamenWaterColor,
5633
5639
  name: "Stamen Water Color",