@dra2020/baseclient 1.0.113 → 1.0.114

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.
@@ -2727,6 +2727,11 @@ class GeoMultiCollection {
2727
2727
  return this.all.map;
2728
2728
  }
2729
2729
  allTopo() {
2730
+ // Note that you can't actually switch between allNewTopo and allOldTopo
2731
+ // without calling _onChange between the calls to reset the 'all' tag.
2732
+ return this.allNewTopo();
2733
+ }
2734
+ allOldTopo() {
2730
2735
  if (this.nEntries == 0)
2731
2736
  return null;
2732
2737
  if (!this.all.topo) {