mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-01 03:53:01 +00:00
Terrain50Renderer: typo
This commit is contained in:
parent
5083c41ccb
commit
5e9f1ac3cc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue