Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@indigocore/angular-mapexplorer

Package Overview
Dependencies
Maintainers
9
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@indigocore/angular-mapexplorer

AngularJS 1.6 directive to display an Indigo Map Explorer.

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
9
Weekly downloads
 
Created
Source

angular-mapexplorer

AngularJS 1.6 directive to display an Indigo Map Explorer

npm

Demo

http://stratumn.github.io/angular-mapexplorer/

Install

npm

$ npm install @indigocore/angular-mapexplorer

You might also need tinycolor.js and angular-drop.

Usage

<st-map-explorer chainscript="home.json" refresh="0"></st-map-explorer>

or

<st-map-explorer agentUrl="home.agentUrl" map-id="home.mapId" process="home.process" options="{showTagColorConfiguration: true}"></st-map-explorer>

Options

showTagColorConfiguration
Default: false

Display the tag color legend and allow configuration

onSegmentShow
Default: noop

Callback called when a segment content is displayed with the segment in argument

onSegmentHide
Default: noop

Callback called when a segment content is hidden

Plus all options inherited from MapExplorer Core

Development

Build and launch demo app:

npm run build:demo
node docs/server.js

The application will be served at localhost:3300

FAQs

Package last updated on 13 Apr 2018

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