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

https://github.com/ridha/geojv

View GeoJSON
https://github.com/ridha/geojv

geojson

Last synced: 1 day ago
JSON representation

View GeoJSON

Awesome Lists containing this project

README

        

# geojv

Webapp for viewing a GeoJSON map.

#### Install

You need go installed and GOBIN in your PATH. Once that is done, run the command:

```bash
$ go get -u github.com/ridha/geojv
```

#### Usage

```bash
$ // set Google API key environment variable
$ export GOOGLE_API_KEY="your_api_key"
$ geojv /path/to/geojson.json
$ geojv http://uri/to/geo.json
```

Then point your browser at: http://127.0.0.1:8080

![demo](demo.gif)