Harmoware-VIS Documents
  • Introduction
  • Using
    • Mapbox Accesstoken Setting
    • User Application Examples
  • API
    • State
    • Actions
    • getCombinedReducer
    • Container
    • connectToHarmowareVis
    • HarmoVisLayers
  • Layers
    • Base Layer properties.
    • MovesLayer
    • DepotsLayer
    • LineMapLayer
  • Control component
    • MovesInput
    • DepotsInput
    • LinemapInput
    • LoadingIcon
    • AddMinutesButton
    • ElapsedTimeRange
    • ElapsedTimeValue
    • PauseButton
    • PlayButton
    • ForwardButton
    • ReverseButton
    • NavigationButton
    • SimulationDateTime
    • SpeedRange
    • SpeedValue
    • FpsDisplay
  • css
Powered by GitBook
On this page

Was this helpful?

  1. Control component

DepotsInput

PreviousMovesInputNextLinemapInput

Last updated 6 years ago

Was this helpful?

The DepotsInput will display a dialog to select the file for "depots base data" , and set it to Harmoware-VIS state as depotsBase. Set the name of the input file with depotsFileName in inputFileName.

Examples

<DepotsInput actions={this.props.actions} />

Properties

Properties

PropTypes

Default

Description

actions

object required

--

state actions

i18n

Object option

--

formatError caption i18n.formatError

id

string option

--

html tag attribute id

className

string option

--

html tag attribute class

style

Object option

--

html tag attribute style

Display example