Documentation ¶
Index ¶
Constants ¶
View Source
const (
CollectionsPath = "/collections"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collections ¶
type Collections struct {
// contains filtered or unexported fields
}
func NewCollections ¶
func NewCollections(e *engine.Engine) *Collections
NewCollections enables support for OGC APIs that organize data in the concept of collections. A collection, also known as a geospatial data resource, is a common way to organize data in various OGC APIs.
func (*Collections) Collections ¶
func (c *Collections) Collections() http.HandlerFunc
Collections returns list of collections
Click to show internal directories.
Click to hide internal directories.