aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Example01.elm
diff options
context:
space:
mode:
authorAndré Dietrich <andre.dietrich@ovgu.de>2019-09-12 19:07:48 +0200
committerAndré Dietrich <andre.dietrich@ovgu.de>2019-09-12 19:07:48 +0200
commit6a3495171159e93c8cd6836f1824b8273161b833 (patch)
tree78a6bce78b5a61ad396e4c59cbac5222dedb5e3d /examples/Example01.elm
parent82548a513a9ba05fd97ff605c577b85c11f71615 (diff)
updated readme
Diffstat (limited to 'examples/Example01.elm')
-rw-r--r--examples/Example01.elm1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Example01.elm b/examples/Example01.elm
index 9401a99..07ac833 100644
--- a/examples/Example01.elm
+++ b/examples/Example01.elm
@@ -151,7 +151,6 @@ view model =
]
}
)
- , div [ style "position" "absolute", style "bottom" "20px", style "left" "20px" ] [ text (LngLat.toString model.position) ]
]
]
}