From 0500172d4200124d23bc08c43de4c8def673e02c Mon Sep 17 00:00:00 2001 From: pathmapper Date: Sun, 23 Jun 2019 09:55:32 +0200 Subject: [PATCH] Update layer types --- src/components/modals/AddModal.jsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/modals/AddModal.jsx b/src/components/modals/AddModal.jsx index 248994bc..6594e7a0 100644 --- a/src/components/modals/AddModal.jsx +++ b/src/components/modals/AddModal.jsx @@ -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" ] }