Skip to content

zerebubuth/go-vector-map-tile-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Vector Map Tile Server

A tile server using vecamole and Mapnik to render vector tiles from a Mapnik data source and configuration.

Installation

First, install vecamole. That's the only hard bit. From then, it should be as simple as:

go install github.com/zerebubuth/go-vector-map-tile-server

Running it

You can run it from your $GOPATH like this:

bin/go-vector-map-tile-server

It has a few command line options:

  • help: Print a short usage message.
  • numProcs: The number of Mapnik processes to run. More processes will allow more parallelism, but also consume more resources. The default is the same as $GOMAXPROCS.
  • port: The port number to start the HTTP server listening on. Default 8080.
  • styleFile: The Mapnik style file to load and serve. Default map.xml.

And will respond to HTTP requests of the form: http://localhost:8080/$z/$x/$y.$fmt, or whatever port you ended up running the server on. Note that, at the moment, the format has no effect - you always get back protocol buffers Mapnik vector tiles.

About

A vector map tile server implemented in Go using vecamole and Mapnik to render the tiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages