diff options
author | Rahul Butani <rr.butani@gmail.com> | 2019-02-01 19:32:03 -0600 |
---|---|---|
committer | Jakub Hampl <kopomir@gmail.com> | 2019-02-04 11:54:37 +0000 |
commit | 69034ba2c4287485ee94a2a2aa15e50f22102c39 (patch) | |
tree | c433082df04911dcd72a3f461cefbbb1e0482276 /src | |
parent | 6b555fd754333ca6f0de4afe0f42ef4bc358fa47 (diff) |
Bump stylesheet version
Diffstat (limited to 'src')
-rw-r--r-- | src/Mapbox/Element.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mapbox/Element.elm b/src/Mapbox/Element.elm index 9b29392..b14f54a 100644 --- a/src/Mapbox/Element.elm +++ b/src/Mapbox/Element.elm @@ -72,7 +72,7 @@ You can include the required styles yourself if it fits better with the way you -} css : Html msg css = - node "link" [ attribute "href" "https://api.tiles.mapbox.com/mapbox-gl-js/v0.51.0/mapbox-gl.css", attribute "rel" "stylesheet" ] [] + node "link" [ attribute "href" "https://api.tiles.mapbox.com/mapbox-gl-js/v0.52.0/mapbox-gl.css", attribute "rel" "stylesheet" ] [] {-| The minimum zoom level of the map (0-24). |