mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-09-28 12:33:33 +02:00
7 lines
137 B
Go
7 lines
137 B
Go
package mml
|
|
|
|
type Map struct {
|
|
ZoomScales []int `yaml:"ZoomScales"`
|
|
SRS string `yaml:"SRS"`
|
|
BBOX []int `yaml:"BBOX"`
|
|
}
|