magnacarto/mml/map.go
2017-07-28 09:29:14 +02:00

7 lines
137 B
Go

package mml
type Map struct {
ZoomScales []int `yaml:"ZoomScales"`
SRS string `yaml:"SRS"`
BBOX []int `yaml:"BBOX"`
}