aboutsummaryrefslogtreecommitdiffstats
path: root/style-generator
diff options
context:
space:
mode:
authorJakub Hampl <kopomir@gmail.com>2019-02-14 15:30:56 +0000
committerJakub Hampl <kopomir@gmail.com>2019-02-14 15:30:56 +0000
commit16f0d89d0f19c2d8bf1bad6c41383973d9ce1ad6 (patch)
treecb064a43ed8329961eb668b4fa1c9daf0e4a430f /style-generator
parent31ac2f60ad79df6f5c9e966aed921f805545c3e3 (diff)
Fix accidentally committed stuff
Diffstat (limited to 'style-generator')
-rw-r--r--style-generator/src/Main.elm5
1 files changed, 2 insertions, 3 deletions
diff --git a/style-generator/src/Main.elm b/style-generator/src/Main.elm
index 7a5ba63..3b1a153 100644
--- a/style-generator/src/Main.elm
+++ b/style-generator/src/Main.elm
@@ -31,14 +31,13 @@ main =
init () =
- ( { styleUrl = "https://api.mapbox.com/styles/v1/mapbox/outdoors-v9"
- , token = "pk.eyJ1IjoiYXN0cm9zYXQiLCJhIjoiY2o3YWtjNnJzMGR6ajM3b2FidmNwaDNsaSJ9.lwWi7kOiejlT0RbD7RxtmA"
+ ( { styleUrl = ""
+ , token = ""
, style = Nothing
, error = Nothing
, code = Nothing
}
, Cmd.none
- -- , fetchStyle "https://api.mapbox.com/styles/v1/astrosat/cjl6ljcr80vwg2rmgep7t3dtl" "pk.eyJ1IjoiYXN0cm9zYXQiLCJhIjoiY2o3YWtjNnJzMGR6ajM3b2FidmNwaDNsaSJ9.lwWi7kOiejlT0RbD7RxtmA"
)