aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Example01.elm
diff options
context:
space:
mode:
authorJakub Hampl <kopomir@gmail.com>2019-02-15 20:50:23 +0000
committerGitHub <noreply@github.com>2019-02-15 20:50:23 +0000
commit9bd079e10dfa68df2f2fec5adb35df90edb3525f (patch)
treec65a4314629a043b1fe91dca0d56bbdcfb4c5dff /examples/Example01.elm
parent16f0d89d0f19c2d8bf1bad6c41383973d9ce1ad6 (diff)
Mapbox Upgrade + Simplified Enums (#9)4.0.0
Diffstat (limited to 'examples/Example01.elm')
-rw-r--r--examples/Example01.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Example01.elm b/examples/Example01.elm
index 721cc0e..9401a99 100644
--- a/examples/Example01.elm
+++ b/examples/Example01.elm
@@ -142,6 +142,7 @@ view model =
|> E.fontScaledBy (float 0.8)
|> E.withFont (E.strings [ "DIN Offc Pro Medium" ])
]
+ , Layer.textTransform <| E.ifElse (E.getProperty (str "name_en") |> E.isEqual (str "Vienna")) E.uppercase E.none
]
, Layer.fill "changes"
"changes"