This is the namespace that contains Mapspace.action.Action specific for the
Mapspace.oblique.Viewer.
- Source:
- mapspace-oblique/actions/bu.oblique.action.jsdoc
Classes
- AddressInfo
- Annotations
- DateSelector
- FeatureInfo
- FeaturePanel
- FindObliques
- History
- ImageDownload
- LayerSwitcher
- Measurements
- ObliqueLabel
- OpenStreetImage
- ScaleLine
- ViewerInfo
- ViewerSettings
Type Definitions
-
AnnotationsOptions
-
Options for
Mapspace.oblique.action.Annotations.- Source:
- mapspace-oblique/typedefs.js
Properties:
Name Type Description controlMapspace.control.Control | undefined The control this action is attached to.
viewerMapspace.Viewer | undefined The viewer this action is tied to.
interactionStyleObject.<string, ol.style.Style> | undefined an object with
Mapspace.AnnotationTypeas keys andol.style.Styleas values. This is the styles that will be used for each type of measurement when interacting in the viewer. -
FeatureInfoOptions
-
Options for
Mapspace.oblique.action.FeatureInfo- Source:
- mapspace-oblique/typedefs.js
Properties:
Name Type Description controlMapspace.control.Control | undefined The control this action is attached to.
viewerMapspace.Viewer | undefined The viewer this action is tied to.
layerFilterFunctionfunction | undefined Any function receiving two params, a resolution number and a
ol.Layer.Layerobject, and returning true or false, and that will be used to filter if feature information must be shown for a given layer. -
MeasurementsOptions
-
Options for
Mapspace.oblique.action.Measurements.- Source:
- mapspace-oblique/typedefs.js
Properties:
Name Type Description controlMapspace.control.Control | undefined The control this action is attached to.
viewerMapspace.Viewer | undefined The viewer this action is tied to.
interactionStyleObject.<string, ol.style.Style> | undefined an object with
Mapspace.oblique.MeasurementTypeas keys andol.style.Styleas values. This is the styles that will be used for each type of measurement when interacting in the viewer. -
MousePositionOptions
-
Options for
Mapspace.oblique.action.MousePosition- Source:
- mapspace-oblique/typedefs.js
Properties:
Name Type Description controlMapspace.control.Control | undefined The control this action is attached to.
viewerMapspace.Viewer | undefined The viewer this action is tied to.
coordinateFormatol.CoordinateFormatType | undefined This a function that receives a coordinate and returns a string.
projectionol.proj.Projection | undefined A projection object to which transform coordinates. If no projection is given then current map projection is used.
undefinedHTMLstring | undefined HTML to show when no data is available. Defaults to an empty string.
showProjectionNameboolean | undefined If true the EPSG code is attached after the coordinates. Defaults to true.
-
MousePositionProperty
-
Properties of a
Mapspace.oblique.action.MousePosition.Name Value Mapspace.oblique.action.MousePositionProperty.PROJECTION projection Mapspace.oblique.action.MousePositionProperty.COORDINATE_FORMAT coordinateFormat - Source:
- mapspace-oblique/enums.js
-
SearchOptions
-
Options for
Mapspace.ortho.action.Search.- Source:
- mapspace-oblique/typedefs.js
Properties:
Name Type Description controlMapspace.control.Control | undefined The control this action is attached to.
viewerMapspace.Viewer | undefined The viewer this action is tied to.
durationnumber | undefined Duration of the animation in milliseconds.
-
ViewerInfoProperty
-
Properties of a
Mapspace.oblique.action.ViewerInfo.Name Value Mapspace.oblique.action.ViewerInfoProperty.PROJECTION projection - Source:
- mapspace-oblique/enums.js