# README
The server has the following url endpoints. The source of the content for the endpoint is listed, server/routes.go maps requests to handlers & server/handlers.go encode the content appropriately for the response.
/ - root.go/root() /conformance - conformance.go/conformance() /api - openapi.go/api()
server/ routes.go: maps urls to functions (from handlers.go) handlers.go: actual work done here server.go: simple interface to start the server.
# Functions
No description provided by the author
# Constants
This is the default max number of features to return for feature collection reqeusts.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author