magnacarto/render/request.go
2019-06-25 09:48:52 +02:00

13 lines
204 B
Go

package render
import "image/color"
type Request struct {
Width int
Height int
BBOX [4]float64
EPSGCode int
Format string
ScaleFactor float64
BGColor *color.NRGBA
}