Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tile ¶
type Tile struct { // buffer will add a buffer to the tile bounds. this buffer is expected to use the same units as the SRID // of the projected tile (i.e. WebMercator = pixels, 3395 = meters) Buffer float64 // spatial reference id SRID uint64 // contains filtered or unexported fields }
func (*Tile) BufferedExtent ¶
BufferedExtent will return the tile extent including the tile's buffer and the Extent's SRID
Click to show internal directories.
Click to hide internal directories.