Skip to content

Ganners/go-tile-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

In-memory OSM tile server written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 49.8%
  • CSS 46.1%
  • HTML 4.1%