Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Descriptor = &core.ScriptDescriptor{ Name: "nzhkb", Description: "New Zealand: Hawke's Bay Regional Council", Mode: core.AllAtOnce, DefaultOptions: func() interface{} { return &optionsNzhkb{} }, Factory: func(name string, options interface{}) (core.Script, error) { if _, ok := options.(*optionsNzhkb); ok { return &scriptNzhkb{ name: name, url: "https://hbmaps.hbrc.govt.nz/arcgis/rest/services/WebMaps/Environmental1/MapServer", }, nil } return nil, fmt.Errorf("failed to cast %T", optionsNzhkb{}) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.