magnacarto/render/request.go
Oliver Tonnhofer 150e26189a initial import
2015-05-22 14:21:28 +02:00

9 lines
120 B
Go

package render
type Request struct {
Width int
Height int
BBOX [4]float64
EPSGCode int
Format string
}