mirror of
https://github.com/maputnik/editor.git
synced 2026-01-01 11:00:00 +00:00
Merge pull request #263 from orangemug/feature/hillshading
Added hillshading support
This commit is contained in:
@@ -38,7 +38,7 @@ function buildInspectStyle(originalMapStyle, coloredLayers, highlightedLayer) {
|
||||
const sources = {}
|
||||
Object.keys(originalMapStyle.sources).forEach(sourceId => {
|
||||
const source = originalMapStyle.sources[sourceId]
|
||||
if(source.type !== 'raster') {
|
||||
if(source.type !== 'raster' && source.type !== 'raster-dem') {
|
||||
sources[sourceId] = source
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user