From 83572c1cd013c7e2752d6f9e9cb3873b4ab53463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Dietrich?= Date: Thu, 12 Sep 2019 19:16:13 +0200 Subject: removed obsolete json --- src/Mapbox/Layer.elm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src') diff --git a/src/Mapbox/Layer.elm b/src/Mapbox/Layer.elm index 8d9cb63..e441e86 100644 --- a/src/Mapbox/Layer.elm +++ b/src/Mapbox/Layer.elm @@ -48,7 +48,7 @@ Paint properties are applied later in the rendering process. Changes to a paint ### Layer Types @docs background, fill, json, jsonList, symbol, line, raster, circle, fillExtrusion, heatmap, hillshade -@docs Background, Fill, Json, Symbol, Line, Raster, Circle, FillExtrusion, Heatmap, Hillshade +@docs Background, Fill, Symbol, Line, Raster, Circle, FillExtrusion, Heatmap, Hillshade ### General Attributes @@ -172,11 +172,6 @@ type Hillshade = HillshadeLayer -{-| -} -type Json - = JsonLayer - - {-| Turns a layer into JSON -} encode : Layer -> Value -- cgit v1.2.3