2.0.4 • Published 5 months ago

@vcmap/cyclomedia v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@vcmap/cyclomedia

Part of the VC Map Project

This plugin adds a cyclomedia panorama viewer to the VC Map, which is rendered next to the VC Map canvas. This enables a comparison of panorama images with 2D, 3D or oblique environment in the VC Map.

Features

  • VC Map is synchronized to Cyclomedia Viewer changes
  • VC Map shows Cyclomedia recordings WFS, which allows to open specific images per click.
  • size of Cyclomedia Viewer an VC Map can be adapted
  • plugin state (active, current image) can be shared with create link plugin of VC Map

Configuration

PropertyTypedefaultDescription
usernamestringrequiredCyclomedia User
passwordstringrequiredCyclomedia Password
apiKeystringrequiredCyclomedia API Key
projectionProjectionOptionsrequiredProjection definition for Cyclomedia application and WFS.
activeOnStartupbooleanfalseWhether to open cyclomedia on startup.
startingImagestringundefinedOptional starting image ID. Takes precedence over starting position.
startingPositionCoordinateundefinedOptional starting position in the configured projection.
startingMapNamestringundefinedName of VC Map to be activated, when cyclomedia is activated.
startingLayerNamesstring[][]Name of layers to be activated, when cyclomedia is activated.
startingZoomDistancenumberundefinedStartup distance of camera to ground in meter (e.g. 150). This is equivalent to a zoom level parameter.
panelSizestring50%Initial viewer width or height in percent. Defines the size of Cyclomedia viewer in relation to VC Map canvas.
panelLocationPanelLocationvcs-rightDefines in which VC Map panel the cyclomedia viewer is rendered. Allowed values: 'vcs-left', 'vcs-right' (default) and 'vcs-bottom'.
configurationUrlstringhttps://atlas.cyclomedia.com/configuration/URL to Cyclomedia configuration
recordingsBaseUrlstringhttps://atlas.cyclomedia.com/recording/wfs?Base URL of Cyclomedia recordings WFS
recordingsColorRGBAArray<Number>[148, 181, 74, 0.4]Color of recordings (rgba)
localestringen-usCyclomedia locale
addressSettingsObject{ "locale": "us", "database": "Nokia" }Cyclomedia address settings
cameraOptions3DObject{ "cyclomediaHeightReference": true, "offset": 0 }Additional camera options for 3D map, offset to ground in meter. cyclomediaheightReference defines, whether to apply offset as absolute or relative offset.

The projection for the Date ETRS89 / UTM zone 32N + DHHN92 height should be defined as:

"projection": {
    "epsg": "EPSG:5555",
    "proj4": "+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"
}
2.0.4

5 months ago

2.0.3

6 months ago

2.0.2

8 months ago

2.0.1

8 months ago

2.0.0

9 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago