Skip to content

Latest commit

 

History

History

maptile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

orb/tile Godoc Reference

Package orb/maptile provides types and methods for working with web mercator map tiles. It defines a tile as:

type Tile struct {
	X, Y uint32
	Z    Zoom
}

type Zoom uint32

Functions are provided to create tiles from lon/lat points as well as quadkeys. The tile defines helper methods such as Parent(), Children(), Siblings(), etc.

tilecover sub-package

Still a work in progress but the goal is to provide geo.Geometry -> covering tiles.

Similar libraries in other languages: