This is the namespace that contains Mapspace.action.Action
specific for the
Mapspace.ortho.Viewer
.
- Source:
- mapspace-ortho/actions/bu.ortho.action.jsdoc
Classes
- Annotations
- BaselayerTypeSwitcher
- DateSelector
- FeatureInfo
- FeaturePanel
- LayerSwitcher
- Measurements
- OpenStreetImage
- Profile3d
- Profile3dPanel
- ScaleLine
- UserPlace
- ViewerInfo
- ViewerSettings
Type Definitions
-
AnnotationsOptions
-
Options for
Mapspace.ortho.action.Annotations
.- Source:
- mapspace-ortho/typedefs.js
Properties:
Name Type Description control
Mapspace.control.Control | undefined The control this action is attached to.
viewer
Mapspace.Viewer | undefined The viewer this action is tied to.
interactionStyle
Object.<string, ol.style.Style> | undefined an object with
Mapspace.AnnotationType
as keys andol.style.Style
as values. This is the styles that will be used for each type of measurement when interacting in the viewer. -
FeatureInfoOptions
-
Options for
Mapspace.ortho.action.FeatureInfo
.- Source:
- mapspace-ortho/typedefs.js
Properties:
Name Type Description control
Mapspace.control.Control | undefined The control this action is attached to.
viewer
Mapspace.Viewer | undefined The viewer this action is tied to.
layerFilterFunction
function | undefined Any function receiving two params, a resolution number and a
ol.Layer.Layer
object, and returning true or false, and that will be used to filter if feature information must be shown for a given layer. -
MapRotationProperty
-
Properties of a
Mapspace.ortho.action.MousePosition
.Name Value Mapspace.ortho.action.MapRotationProperty.ROTATION rotation - Source:
- mapspace-ortho/enums.js
-
MeasurementsOptions
-
Options for
Mapspace.ortho.action.Measurements
.- Source:
- mapspace-ortho/typedefs.js
Properties:
Name Type Description control
Mapspace.control.Control | undefined The control this action is attached to.
viewer
Mapspace.Viewer | undefined The viewer this action is tied to.
interactionStyle
Object.<string, ol.style.Style> | undefined an object with
Mapspace.ortho.MeasurementType
as keys andol.style.Style
as values. This is the styles that will be used for each type of measurement when interacting in the viewer. -
SearchOptions
-
Options for
Mapspace.ortho.action.Search
.- Source:
- mapspace-ortho/typedefs.js
Properties:
Name Type Description control
Mapspace.control.Control | undefined The control this action is attached to.
viewer
Mapspace.Viewer | undefined The viewer this action is tied to.
duration
number | undefined Duration of the animation in milliseconds.
-
UserPlaceOptions
-
Options for
Mapspace.ortho.action.UserPlace
- Source:
- mapspace-ortho/typedefs.js
Properties:
Name Type Description control
Mapspace.control.Control | undefined The control this action is attached to.
viewer
Mapspace.Viewer | undefined The viewer this action is tied to.
baseResolution
number | undefined The base resolution at which the user place icon toggles visibility.
userLocation
Mapspace.Coordinate | undefined The coordinate of the default user location, in current internal ol.Map projection, which usually is 'EPSG:3857'.
-
ViewerInfoProperty
-
Properties of a
Mapspace.ortho.action.ViewerInfo
.Name Value Mapspace.ortho.action.ViewerInfoProperty.PROJECTION projection - Source:
- mapspace-ortho/enums.js