Try using Harmoware-VIS

Harmoware-VIS is a Spatial-Temporal Visualization Library using Uber's Deck.GL.

Execution environment

  • Node.js: 12.16.x

  • harmoware-vis: 1.6.x

Create workspace and initialize npm

mkdir Harmoware-VIS-Demo
cd Harmoware-VIS-Demo
copy nul package.json

Edit package.json

package.json
{
  "name": "harmoware-demo",
  "version": "1.0.0",
  "description": "harmoware-demo",
  "main": "index.js",
  "scripts": {
    "start": "webpack-dev-server --port 3030 --open --mode development",
    "build": "webpack --mode production"
  },
  "author": "harmoware-demo",
  "license": "MIT"
}

Install react

Install harmoware-vis

Install babel and webpack

Install sass

Create webpack.config.js

Edit webpack.config.js

Create index.html

Edit index.html

Create index.js

Edit index.js

Create app.js

Edit app.js

Acquire Mapbox accesstoken.

Mapbox access token acquisition

Acquire the Accesstoken from mapbox.com .

Program start

How to use

Creation of operation data (json).

Click the "Operation data" button and select the operation data (json).

This tutorial has been confirmed in version 1.6.1 of Harmoware-VIS.

Last updated

Was this helpful?