aboutsummaryrefslogtreecommitdiffstats
path: root/src/Mapbox/Cmd/Option.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mapbox/Cmd/Option.elm')
-rw-r--r--src/Mapbox/Cmd/Option.elm7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Mapbox/Cmd/Option.elm b/src/Mapbox/Cmd/Option.elm
index 3e2a889..2e3321d 100644
--- a/src/Mapbox/Cmd/Option.elm
+++ b/src/Mapbox/Cmd/Option.elm
@@ -1,4 +1,4 @@
-module Mapbox.Cmd.Option exposing (duration, easing, offset, animate, curve, minZoom, speed, screenSpeed, maxDuration, center, zoom, bearing, pitch, around, padding, Padding, linear, maxZoom, layers, filter, intersectsPoint, intersectsBox)
+module Mapbox.Cmd.Option exposing (duration, easing, offset, animate, curve, minZoom, speed, screenSpeed, maxDuration, center, zoom, bearing, pitch, around, padding, Padding, linear, maxZoom)
{-|
@@ -23,11 +23,6 @@ Options common to `jumpTo`, `easeTo`, and `flyTo`, controlling the desired locat
@docs padding, Padding, linear, maxZoom
-
-### Querying rendered features
-
-@docs layers, filter, intersectsPoint, intersectsBox
-
-}
import Mapbox.Helpers exposing (encodePair)