New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vcmap/cyclomedia

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vcmap/cyclomedia

vcmap cyclomedia panorama viewer

  • 2.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@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"
}

Keywords

FAQs

Package last updated on 14 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc