
| Class | Description |
|---|---|
| TileFetcher |
This is a REST web service (via Apache CXF) that provides 3 functions
getSourceList() - provides a list of human readable tile sources
getImage - gets a ZXY OSM style map tile
serves from file system, a simple open layers slippy map that makes it easy to test to see if this thing is working
and let's you flip tiles sources using some jquery magic
|
| TileServer |
This is a simple command list web server (jetty based) that starts up a rest endpoint that serves map tiles.
|