example

command
v1.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2022 License: MIT Imports: 11 Imported by: 0

README

osmzen tile server

tile server in action

This example provides a basic OSM tile server that:

  1. reads data for a time from the OSM API,
  2. converts it into Mapzen Vector Tiles using this package,
  3. serves it up to be displayed by Tangram in the browser.
Setup

Go version 1.9+ is required. Must be installed first. Then run the following commands in the console:

# install this code into your GOPATH
go get -u github.com/paulmach/osmzen

# navigate to the installed directory
cd $GOPATH/src/github.com/paulmach/osmzen/example

# run the server
go run main.go

# open the page in the browser
[http://localhost:8100](http://localhost:8100)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL