From 6b555fd754333ca6f0de4afe0f42ef4bc358fa47 Mon Sep 17 00:00:00 2001
From: Rahul Butani <rr.butani@gmail.com>
Date: Fri, 1 Feb 2019 19:31:45 -0600
Subject: The specified astrosat sources don't seem to work anymore

---
 examples/Example01.elm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'examples')

diff --git a/examples/Example01.elm b/examples/Example01.elm
index 6214223..721cc0e 100644
--- a/examples/Example01.elm
+++ b/examples/Example01.elm
@@ -94,15 +94,15 @@ view model =
                     { transition = Style.defaultTransition
                     , light = Style.defaultLight
                     , sources =
-                        [ Source.vectorFromUrl "composite" "mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v7,astrosat.07pz1g3y"
+                        [ Source.vectorFromUrl "composite" "mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v7"
                         , Source.geoJSONFromValue "changes" [] geojson
                         ]
                     , misc =
                         [ Style.name "light"
                         , Style.defaultCenter <| LngLat 20.39789404164037 43.22523201923144
                         , Style.defaultZoomLevel 1.5967483759772743
-                        , Style.sprite "mapbox://sprites/astrosat/cjht22eqw0lfc2ro6z0qhlm29"
-                        , Style.glyphs "mapbox://fonts/astrosat/{fontstack}/{range}.pbf"
+                        , Style.sprite "mapbox://sprites/mapbox/streets-v7"
+                        , Style.glyphs "mapbox://fonts/mapbox/{fontstack}/{range}.pbf"
                         ]
                     , layers =
                         [ Layer.background "background"
-- 
cgit v1.2.3