Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anandthakker/gjv
:mag: View geojson
https://github.com/anandthakker/gjv
Last synced: about 1 month ago
JSON representation
:mag: View geojson
- Host: GitHub
- URL: https://github.com/anandthakker/gjv
- Owner: anandthakker
- License: mit
- Created: 2016-02-20T01:22:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T19:47:21.000Z (about 7 years ago)
- Last Synced: 2024-09-28T12:23:29.726Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 3.39 MB
- Stars: 75
- Watchers: 3
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
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)