Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.