Documentation
¶
Index ¶
- func DefaultSVGSizes() map[string]SVGSize
- func GeoJSONHandler(opts *GeoJSONHandlerOptions) (http.Handler, error)
- func GeoJSONLDHandler(opts *GeoJSONLDHandlerOptions) (http.Handler, error)
- func NavPlaceHandler(opts *NavPlaceHandlerOptions) (http.Handler, error)
- func SPRHandler(opts *SPRHandlerOptions) (http.Handler, error)
- func SVGHandler(opts *SVGHandlerOptions) (http.Handler, error)
- func SelectHandler(opts *SelectHandlerOptions) (http.Handler, error)
- func WKTHandler(opts *WKTHandlerOptions) (http.Handler, error)
- type GeoJSONHandlerOptions
- type GeoJSONLDHandlerOptions
- type NavPlaceHandlerOptions
- type SPRHandlerOptions
- type SVGHandlerOptions
- type SVGSize
- type SelectHandlerOptions
- type WKTHandlerOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultSVGSizes ¶
func GeoJSONHandler ¶
func GeoJSONHandler(opts *GeoJSONHandlerOptions) (http.Handler, error)
func GeoJSONLDHandler ¶
func GeoJSONLDHandler(opts *GeoJSONLDHandlerOptions) (http.Handler, error)
func NavPlaceHandler ¶
func NavPlaceHandler(opts *NavPlaceHandlerOptions) (http.Handler, error)
NavPlaceHandler will return a given record as a FeatureCollection for use by the IIIF navPlace extension, specifically as navPlace "reference" objects.
func SPRHandler ¶
func SPRHandler(opts *SPRHandlerOptions) (http.Handler, error)
func SVGHandler ¶
func SVGHandler(opts *SVGHandlerOptions) (http.Handler, error)
func SelectHandler ¶
func SelectHandler(opts *SelectHandlerOptions) (http.Handler, error)
func WKTHandler ¶ added in v0.0.2
func WKTHandler(opts *WKTHandlerOptions) (http.Handler, error)
Types ¶
type GeoJSONHandlerOptions ¶
type GeoJSONHandlerOptions struct {
Provider derivatives.Provider
}
type GeoJSONLDHandlerOptions ¶
type GeoJSONLDHandlerOptions struct {
Provider derivatives.Provider
}
type NavPlaceHandlerOptions ¶
type NavPlaceHandlerOptions struct {
}
type SPRHandlerOptions ¶
type SPRHandlerOptions struct {
Provider derivatives.Provider
}
type SVGHandlerOptions ¶
type SelectHandlerOptions ¶
type WKTHandlerOptions ¶ added in v0.0.2
type WKTHandlerOptions struct {
Provider derivatives.Provider
}
Click to show internal directories.
Click to hide internal directories.