magnacarto/render/request.go
2016-03-23 10:19:10 +01:00

10 lines
156 B
Go

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