-
Notifications
You must be signed in to change notification settings - Fork 0
Home
John Hoffer edited this page Feb 22, 2017
·
7 revisions
- The API for images and info is outlined here
- Check this page again after 2017-03-15 for examples
- You'll first want to see Keywords page
- The Keyword Structures show which
NAMES
andVALUES
all modules get and set.
- The Keyword Structures show which
- For a layout of the
AccessLayer
subclasses, check back by the end of March.-
API
This fully-featured handler can prepareInfoQuery
andDataQuery
. -
OCP
This more standard handler will prepareDataQuery
like the API.
-
- To get started check out the guides to each of the three
QueryLayer
subclasses-
InfoQuery
(This takes dictionary requests. It's ready for aDataQuery
) -
DataQuery
(This takes volume requests. It's ready for manyTileQuery
) -
TileQuery
(This takes small requests. It's ready for theImageLayer
)
-
- For a layout of the
ImageLayer
subclasses, check back by the end of March. - For a layout of the
DataBaseLayer
subclasses, check back by 2017-03-15. - For a layout of the
CoreLayer
, check back by the end of March.