aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndré Dietrich <andre.dietrich@ovgu.de>2019-09-12 19:33:41 +0200
committerAndré Dietrich <andre.dietrich@ovgu.de>2019-09-12 19:33:41 +0200
commite7947aef7cfa6c9cb447d4532245c534857487a2 (patch)
treefb8de0ed33a0dd0455668e56c9a596524895d7fe /src
parent83572c1cd013c7e2752d6f9e9cb3873b4ab53463 (diff)
a little comment1.0.0
Diffstat (limited to 'src')
-rw-r--r--src/Mapbox/Style.elm7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Mapbox/Style.elm b/src/Mapbox/Style.elm
index 20a91c1..8d1f12e 100644
--- a/src/Mapbox/Style.elm
+++ b/src/Mapbox/Style.elm
@@ -156,6 +156,13 @@ type alias StyleDef =
}
+{-| A simple record to be used, when a style is read from a json file.
+
+use `decodeMiscDef json` to read out default values, you can reset them by
+setting them to `Nothing` use afterwards `miscDefToList` to generate a misc-list
+to be used in your StyleDef.
+
+-}
type alias MiscDef =
{ sprite : Maybe MiscAttr
, glyphs : Maybe MiscAttr