Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentCrs ¶
type ContentCrs string
ContentCrs the coordinate reference system (represented as a URI) of the content/output to return.
func (ContentCrs) IsWGS84 ¶
func (c ContentCrs) IsWGS84() bool
func (ContentCrs) ToLink ¶
func (c ContentCrs) ToLink() string
ToLink returns link target conforming to RFC 8288
type DatasourceConfig ¶
type DatasourceConfig struct {
// contains filtered or unexported fields
}
type DatasourceKey ¶
type DatasourceKey struct {
// contains filtered or unexported fields
}
type Features ¶
type Features struct {
// contains filtered or unexported fields
}
func NewFeatures ¶
func (*Features) Feature ¶
func (f *Features) Feature() http.HandlerFunc
Feature serves a single Feature
func (*Features) Features ¶
func (f *Features) Features() http.HandlerFunc
Features serve a FeatureCollection with the given collectionId
type OpenAPIPropertyFilter ¶
type SRID ¶
type SRID int
SRID Spatial Reference System Identifier: a unique value to unambiguously identify a spatial coordinate system. For example '28992' in https://www.opengis.net/def/crs/EPSG/0/28992
func (SRID) GetOrDefault ¶
Click to show internal directories.
Click to hide internal directories.