gjv

November 2, 2017 · View on GitHub

A simple cli-driven GeoJSON viewer, motivated by the incredible convenience of vmd.

Built with electron and mapbox-gl, and owes much to this prior art: geojsonapp.

demo

demo

Install

npm install -g gjv

Usage

gjv [FILE]

Dev

$ npm install

Run

$ npm start

Build

$ npm run build

Builds the app for OS X, Linux, and Windows, using electron-packager.

License

MIT © Anand Thakker (http://www.anandthakker.net)

Contents

  1. 1Install
  2. 2Usage
  3. 3Dev
  4. 3.1Run
  5. 3.2Build
  6. 4License