diff options
author | André Dietrich <andre.dietrich@ovgu.de> | 2019-09-12 19:16:13 +0200 |
---|---|---|
committer | André Dietrich <andre.dietrich@ovgu.de> | 2019-09-12 19:16:13 +0200 |
commit | 83572c1cd013c7e2752d6f9e9cb3873b4ab53463 (patch) | |
tree | 980ba36e4c371bf73037eb03b292717c577891e4 | |
parent | ed015ba53e213590911d2f33b8c7a8765b1369f0 (diff) |
removed obsolete json
-rw-r--r-- | src/Mapbox/Layer.elm | 7 |
1 files changed, 1 insertions, 6 deletions
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 |