Skip to content

Files

Latest commit

9bf953a · Jul 15, 2023

History

History
This branch is 1 commit ahead of paulmach/orb:master.

maptile

orb/maptile Godoc Reference

Package 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.

List of sub-package utilities

  • tilecover - computes the covering set of tiles for an orb.Geometry.

Similar libraries in other languages: