Documentation
¶
Index ¶
- Constants
- func IntersectsHandler(app *spatial_app.SpatialApplication, opts *IntersectsHandlerOptions) (http.Handler, error)
- func NewDataHandler(r reader.Reader) (http.Handler, error)
- func NewPlacetypesHandler() (http.Handler, error)
- func PointInPolygonHandler(app *spatial_app.SpatialApplication, opts *PointInPolygonHandlerOptions) (http.Handler, error)
- func PointInPolygonTileHandler(app *spatial_app.SpatialApplication, opts *PointInPolygonTileHandlerOptions) (http.Handler, error)
- func SpatialQueryFromRequest(req *http.Request) (*query.SpatialQuery, error)
- type IntersectsHandlerOptions
- type PointInPolygonHandlerOptions
- type PointInPolygonTileHandlerOptions
Constants ¶
View Source
const GEOJSON string = "application/geo+json"
Variables ¶
This section is empty.
Functions ¶
func IntersectsHandler ¶ added in v0.5.0
func IntersectsHandler(app *spatial_app.SpatialApplication, opts *IntersectsHandlerOptions) (http.Handler, error)
func NewDataHandler ¶
func NewPlacetypesHandler ¶ added in v0.5.0
func PointInPolygonHandler ¶
func PointInPolygonHandler(app *spatial_app.SpatialApplication, opts *PointInPolygonHandlerOptions) (http.Handler, error)
func PointInPolygonTileHandler ¶ added in v0.6.0
func PointInPolygonTileHandler(app *spatial_app.SpatialApplication, opts *PointInPolygonTileHandlerOptions) (http.Handler, error)
func SpatialQueryFromRequest ¶ added in v0.6.1
func SpatialQueryFromRequest(req *http.Request) (*query.SpatialQuery, error)
Types ¶
type IntersectsHandlerOptions ¶ added in v0.5.0
type PointInPolygonTileHandlerOptions ¶ added in v0.6.0
type PointInPolygonTileHandlerOptions struct{}
Click to show internal directories.
Click to hide internal directories.