From 6cd451b4fe0fd28994ad6c5a0f282dc47d2f7142 Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Mon, 15 Oct 2018 16:24:16 +0100 Subject: Stuff for Mapbox 50 --- src/Mapbox/Element.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Mapbox/Element.elm') diff --git a/src/Mapbox/Element.elm b/src/Mapbox/Element.elm index a54d645..f067723 100644 --- a/src/Mapbox/Element.elm +++ b/src/Mapbox/Element.elm @@ -59,7 +59,7 @@ map attrs style = {-| This is literally: You can include the required styles yourself if it fits better with the way you deploy your assets, this is meant as a quick way to get started. @@ -67,7 +67,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.48.0/mapbox-gl.css", attribute "rel" "stylesheet" ] [] + node "link" [ attribute "href" "https://api.tiles.mapbox.com/mapbox-gl-js/v0.50.0/mapbox-gl.css", attribute "rel" "stylesheet" ] [] {-| The minimum zoom level of the map (0-24). -- cgit v1.2.3