diff --git a/terracotta/client/app/src/colormap/colormaps.ts b/terracotta/client/app/src/colormap/colormaps.ts index c721ec03..c66c6908 100644 --- a/terracotta/client/app/src/colormap/colormaps.ts +++ b/terracotta/client/app/src/colormap/colormaps.ts @@ -410,6 +410,11 @@ const COLORMAPS: Colormap[] = [ id: 'jet', img_url: 'https://terracotta-python.readthedocs.io/en/latest/_images/cmap-jet-bar.png' }, + { + displayName: 'Turbo', + id: 'turbo', + img_url: 'https://terracotta-python.readthedocs.io/en/latest/_images/cmap-turbo-bar.png' + }, { displayName: 'Nipy_spectral', id: 'nipy_spectral', diff --git a/terracotta/cmaps/data/turbo_r_rgba.npy b/terracotta/cmaps/data/turbo_r_rgba.npy new file mode 100644 index 00000000..0656937d Binary files /dev/null and b/terracotta/cmaps/data/turbo_r_rgba.npy differ diff --git a/terracotta/cmaps/data/turbo_rgba.npy b/terracotta/cmaps/data/turbo_rgba.npy new file mode 100644 index 00000000..eb6ba329 Binary files /dev/null and b/terracotta/cmaps/data/turbo_rgba.npy differ