aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndré Dietrich <andre.dietrich@ovgu.de>2019-09-12 19:16:13 +0200
committerAndré Dietrich <andre.dietrich@ovgu.de>2019-09-12 19:16:13 +0200
commit83572c1cd013c7e2752d6f9e9cb3873b4ab53463 (patch)
tree980ba36e4c371bf73037eb03b292717c577891e4 /src
parented015ba53e213590911d2f33b8c7a8765b1369f0 (diff)
removed obsolete json
Diffstat (limited to 'src')
-rw-r--r--src/Mapbox/Layer.elm7
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