Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 478 Bytes

go-tile-server

In-memory OSM tile server written in Go

So far it's very basic - it just renders roads and coastlines, and it takes forever to parse big PBF files.

Example

go get -u github.com/holizz/go-tile-server
cd $GOPATH/src/github.com/holizz/go-tile-server/example
go run main.go

And visit http://localhost:3000/

License

MIT

Things in example/ directory may have different licenses. widthOfString function may also be under a different license.