Added support for encoding to raster-dem source, enabling terrarium tiles.

This commit is contained in:
orangemug
2018-05-17 10:44:54 +01:00
parent 354b2fb3cb
commit 4f19f6a08c
17 changed files with 139 additions and 122 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import AppLayout from './AppLayout'
import MessagePanel from './MessagePanel'
import { downloadGlyphsMetadata, downloadSpriteMetadata } from '../libs/metadata'
import styleSpec from '@mapbox/mapbox-gl-style-spec/style-spec'
import * as styleSpec from '@mapbox/mapbox-gl-style-spec/style-spec'
import style from '../libs/style.js'
import { initialStyleUrl, loadStyleUrl } from '../libs/urlopen'
import { undoMessages, redoMessages } from '../libs/diffmessage'