diff options
author | Jakub Hampl <kopomir@gmail.com> | 2019-02-15 20:50:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-15 20:50:23 +0000 |
commit | 9bd079e10dfa68df2f2fec5adb35df90edb3525f (patch) | |
tree | c65a4314629a043b1fe91dca0d56bbdcfb4c5dff /README.md | |
parent | 16f0d89d0f19c2d8bf1bad6c41383973d9ce1ad6 (diff) |
Mapbox Upgrade + Simplified Enums (#9)4.0.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -175,8 +175,8 @@ view model = [ 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/light" + , Style.glyphs "mapbox://fonts/mapbox/{fontstack}/{range}.pbf" ] , layers = [ Layer.background "background" |