HarmoVisLayers

Display the layer that inherits the Layer class of deck.gl on the map obtained from mapbox.

Examples

<HarmoVisLayers
  viewport={this.props.viewport} actions={this.props.actions}
  mapboxApiAccessToken={MAPBOX_TOKEN}
  layers={ [ ... ] }
  mapGlComponents={ this.getComponentsDom(this.props.movedData) } // Example
/>

Properties

※ The HarmoVisLayers is a component that render the layers that inherits the Layer class of deck.gl.

Last updated