aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRahul Butani <rr.butani@gmail.com>2019-02-01 19:32:03 -0600
committerJakub Hampl <kopomir@gmail.com>2019-02-04 11:54:37 +0000
commit69034ba2c4287485ee94a2a2aa15e50f22102c39 (patch)
treec433082df04911dcd72a3f461cefbbb1e0482276 /src
parent6b555fd754333ca6f0de4afe0f42ef4bc358fa47 (diff)
Bump stylesheet version
Diffstat (limited to 'src')
-rw-r--r--src/Mapbox/Element.elm2
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).