Update layer types

This commit is contained in:
pathmapper 2019-06-23 09:55:32 +02:00
parent 0e7bd98485
commit 0500172d42

View file

@ -91,10 +91,19 @@ class AddModal extends React.Component {
"line",
"symbol",
"circle",
"fill-extrusion"
"fill-extrusion",
"heatmap"
],
raster: [
"raster"
],
geojson: [
"fill",
"line",
"symbol",
"circle",
"fill-extrusion",
"heatmap"
]
}