Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seripap/tiletype
detect common map tile formats from a buffer in go
https://github.com/seripap/tiletype
Last synced: 8 days ago
JSON representation
detect common map tile formats from a buffer in go
- Host: GitHub
- URL: https://github.com/seripap/tiletype
- Owner: seripap
- License: other
- Created: 2018-11-27T20:53:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T20:56:17.000Z (about 6 years ago)
- Last Synced: 2024-11-09T14:02:59.646Z (about 2 months ago)
- Language: Go
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiletype
Detect common map tile formats from a buffer.
## Installation
```
$ go get github.com/seripap/tiletype
```## License
This package is derived work of the [tiletype](https://github.com/mapbox/tiletype) JavaScript package, therefore carriers over as `BSD 3-Clause`.