Terrain50Renderer: typo

This commit is contained in:
Starbeamrainbowlabs 2021-01-25 17:16:11 +00:00
parent 5083c41ccb
commit 5e9f1ac3cc
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Terrain50Renderer {
]).mode('lrgb'); ]).mode('lrgb');
this.colour_nodata = chroma("#f97153").rgba(); this.colour_nodata = chroma("#f97153").rgba();
thiis.colour_scale_classes = chroma.scale([ this.colour_scale_classes = chroma.scale([
"#00ff00", "#00ff00",
"#ff0000" "#ff0000"
]); ]);