aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRahul Butani <rr.butani@gmail.com>2019-02-01 19:31:45 -0600
committerJakub Hampl <kopomir@gmail.com>2019-02-04 11:54:37 +0000
commit6b555fd754333ca6f0de4afe0f42ef4bc358fa47 (patch)
tree884ca2775218fc524354fc8f8184d6fdc0efcd27 /examples
parentc7dffe54d8debd1851d027553afc4ea4d1047f4a (diff)
The specified astrosat sources don't seem to work anymore
Diffstat (limited to 'examples')
-rw-r--r--examples/Example01.elm6
1 files changed, 3 insertions, 3 deletions
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"