aboutsummaryrefslogtreecommitdiffstats
path: root/src/Mapbox/Layer.elm
diff options
context:
space:
mode:
authorJakub Hampl <kopomir@gmail.com>2018-06-19 16:39:32 +0100
committerJakub Hampl <kopomir@gmail.com>2018-06-19 16:39:32 +0100
commit0a9c6ce16ae78e89d8853fc1bb07549494592158 (patch)
tree02d7f4abaf7058d43feb4286e5f9380e4fd86ac4 /src/Mapbox/Layer.elm
parent33692211beb4705ad79a1cc90c28f864a28686ba (diff)
Adds a custom element for mapbox integration
Diffstat (limited to 'src/Mapbox/Layer.elm')
-rw-r--r--src/Mapbox/Layer.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mapbox/Layer.elm b/src/Mapbox/Layer.elm
index 8d97965..ad60292 100644
--- a/src/Mapbox/Layer.elm
+++ b/src/Mapbox/Layer.elm
@@ -285,7 +285,7 @@ encode (Layer value) =
value
-layerImpl tipe source id attrs =
+layerImpl tipe id source attrs =
[ ( "type", Encode.string tipe )
, ( "id", Encode.string id )
, ( "source", Encode.string source )