aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--elm.json2
-rw-r--r--src/Mapbox/Style.elm7
2 files changed, 8 insertions, 1 deletions
diff --git a/elm.json b/elm.json
index 5e22612..de2fd7b 100644
--- a/elm.json
+++ b/elm.json
@@ -1,6 +1,6 @@
{
"type": "package",
- "name": "gampleman/elm-mapbox",
+ "name": "andre-dietrich/elm-mapbox",
"summary": "Fork form gampleman/elm-mapbox (4.1.0) ... An advanced mapping library",
"license": "MIT",
"version": "1.0.0",
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