https://github.com/roblabs/the-geojson-minute
GeoJSON in a minute.
https://github.com/roblabs/the-geojson-minute
Last synced: 2 months ago
JSON representation
GeoJSON in a minute.
- Host: GitHub
- URL: https://github.com/roblabs/the-geojson-minute
- Owner: roblabs
- License: mit
- Created: 2020-08-09T23:07:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T23:39:12.000Z (over 4 years ago)
- Last Synced: 2025-02-14T06:14:59.245Z (2 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## The GeoJSON Minute
* The GeoJSON Spec — [RFC 7946](https://tools.ietf.org/html/rfc7946)
* [tmcw/awesome-geojson](https://github.com/tmcw/awesome-geojson)### Sample Data
```
wget -P tmp/ https://docs.mapbox.com/help/data/stations.geojson
```### Simple Style
* https://github.com/mapbox/simplestyle-spec
```
wget -P tmp/ https://raw.githubusercontent.com/mapbox/simplestyle-spec/master/1.1.0/example.geojson
```### Viewers
#### geojson.tools
* http://geojson.tools
* http://geojson.tools/?url=https://raw.githubusercontent.com/mapbox/simplestyle-spec/master/1.1.0/example.geojson#### geojson.io
* [geojson.io](https://geojson.io)
* Open [geojson.io](https://geojson.io/#map=10/48.5980/-122.9315) at the Orcas Islands#### geojson.net
* [geojson.net](https://geojson.net)