From 6a3495171159e93c8cd6836f1824b8273161b833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Dietrich?= Date: Thu, 12 Sep 2019 19:07:48 +0200 Subject: updated readme --- examples/MapCommands.elm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'examples/MapCommands.elm') diff --git a/examples/MapCommands.elm b/examples/MapCommands.elm index 1730ee1..f8b21f2 100644 --- a/examples/MapCommands.elm +++ b/examples/MapCommands.elm @@ -1,4 +1,8 @@ -port module MapCommands exposing (easeTo, fitBounds, flyTo, id, jumpTo, panBy, panTo, resize, rotateTo, stop, zoomIn, zoomOut, zoomTo) +port module MapCommands exposing + ( id + , panBy, panTo, zoomTo, zoomIn, zoomOut, rotateTo, jumpTo, easeTo, flyTo, fitBounds, stop + , resize + ) {-| Tell your map to do something! Most of these Commands tell your map to (with or without animation) to show a different location. You can use the options from `Mapbox.Cmd.Option` to configure these. -- cgit v1.2.3