diff options
author | Jakub Hampl <kopomir@gmail.com> | 2018-06-19 16:39:32 +0100 |
---|---|---|
committer | Jakub Hampl <kopomir@gmail.com> | 2018-06-19 16:39:32 +0100 |
commit | 0a9c6ce16ae78e89d8853fc1bb07549494592158 (patch) | |
tree | 02d7f4abaf7058d43feb4286e5f9380e4fd86ac4 /src/Mapbox/Layer.elm | |
parent | 33692211beb4705ad79a1cc90c28f864a28686ba (diff) |
Adds a custom element for mapbox integration
Diffstat (limited to 'src/Mapbox/Layer.elm')
-rw-r--r-- | src/Mapbox/Layer.elm | 2 |
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 ) |