changeset 481:7253d73ac7c9

Use new Region layer
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 21 Jul 2017 16:22:51 +0100
parents 0fbba61603b3
children f3a8e2284a87
files src/app/visualisations/regions/regions.component.ts
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/visualisations/regions/regions.component.ts	Thu Jul 20 16:15:40 2017 +0100
+++ b/src/app/visualisations/regions/regions.component.ts	Fri Jul 21 16:22:51 2017 +0100
@@ -42,7 +42,7 @@
   protected get featureLayers(): Layer[] {
     this.currentVerticalRange = findVerticalRange(this.feature);
     return [
-      new Waves.helpers.PianoRollLayer(
+      new Waves.helpers.RegionLayer(
         this.feature,
         {
           height: this.height,