npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@vcmap/inovitas

v1.0.2

Published

VCMap iNovitas Panorama Viewer

Downloads

210

Readme

@vcmap/inovitas

Part of the VC Map Project

This plugin adds a iNovitas infra3D 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 can be synchronized to iNovitas Viewer changes
  • VC Map can show iNovitas recordings, which allows to move to a position per click
  • size of iNovitas Viewer an VC Map can be adapted

Configuration

| Property | Type | Default | Description | | -------------------------- | --------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | username | string | required | The iNovitas client ID for authentication | | password | string | required | The iNovitas client secret for authentication | | ------ | ------- | --- | ------ | | url | string | required | The URL of the iNovitas OAuth2 token | | activeOnStartup | boolean | false | Whether to open iNovitas on startup | | projectUid | string | '' | An unique identifier for the project (if not specified, gets the first projectUid) | | startCampaignId | string | '' | The start campaign ID (default is the first entry) | | startingPosition | Coordinate | undefined | The start position with easting and northing coordinates (Default EPSG is 4326, but another can be used using the startingPositionEpsg property. ) | | startingPositionEpsg | number | 4326 | The start position EPSG. | | toolbar | string | view | An identifier to load the "view" or "edit" toolbar | | showCockpit | boolean | false | Whether to show the cockpit | | showToolbar | boolean | false | Whether to show a toolbar | | showTopbar | boolean | false | Whether to show a topbar | | panelSize | string | 50% | Initial viewer width or height in percent. Defines the size of iNovitas viewer in relation to VC Map canvas | | panelLocation | PanelLocation | vcs-right | Defines in which VC Map panel the iNovitas viewer is rendered. Allowed values: 'vcs-left', 'vcs-right' (default) and 'vcs-bottom' | | startingMapName | string | undefined | Name of VC Map to be activated, when iNovitas is activated | | startingLayerNames | string[] | [] | Name of layers to be activated, when iNovitas is activated | | offset3DCamera | number | 1 | Camera offset from viewer position iNotivas | | maxDistanceBetweenPoints | number | 6 | Maximum distance between points representing the iNovitas path | | syncViewsAtStartup | boolean | true | Whether to synchronize views at iNovitas startup | | showRoutesAtStartup | boolean | true | Whether to show iNovitas routes on startup |