https://github.com/ridha/geojv
  
  
    View GeoJSON 
    https://github.com/ridha/geojv
  
geojson
        Last synced: 4 months ago 
        JSON representation
    
View GeoJSON
- Host: GitHub
- URL: https://github.com/ridha/geojv
- Owner: ridha
- Created: 2017-02-23T01:30:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T00:54:35.000Z (over 8 years ago)
- Last Synced: 2025-04-05T05:33:10.310Z (7 months ago)
- Topics: geojson
- Language: Go
- Size: 654 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
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
