Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anandthakker/gjv

:mag: View geojson
https://github.com/anandthakker/gjv

Last synced: about 1 month ago
JSON representation

:mag: View geojson

Awesome Lists containing this project

README

        

# gjv

A simple cli-driven GeoJSON viewer, motivated by the incredible convenience of
[vmd](https://github.com/yoshuawuyts/vmd).

Built with [electron](http://electron.atom.io/) and [mapbox-gl](https://github.com/mapbox/mapbox-gl-js), and owes much to this prior art: [geojsonapp](https://github.com/mick/geojsonapp).

![demo](demo.gif)

![demo](demo-2.gif)

## 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](https://github.com/maxogden/electron-packager).

## License

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