From 69034ba2c4287485ee94a2a2aa15e50f22102c39 Mon Sep 17 00:00:00 2001 From: Rahul Butani Date: Fri, 1 Feb 2019 19:32:03 -0600 Subject: Bump stylesheet version --- src/Mapbox/Element.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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). -- cgit v1.2.3