summaryrefslogtreecommitdiff
path: root/map-server/altos-map
Commit message (Collapse)AuthorAge
* altos-map: Switch from json FD ops to json FILE opsKeith Packard2018-10-07
| | | | | | Older versions (in Debian stable) do not have the fd-based operations. Signed-off-by: Keith Packard <keithp@keithp.com>
* map-server: Implement altos-map in CKeith Packard2018-10-07
| | | | | | | This app is all about startup time, and java starts slowly. Re-implement in C to improve server performance. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-map: Support version query from applicationKeith Packard2018-10-06
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-map: Retry connection to cache serviceKeith Packard2018-10-06
| | | | | | | Just in case the cache service gets busy, retry the connection instead of immediately failing. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-map: Install .jar file for altos-mapKeith Packard2018-10-06
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-map: Fix altos-map HTTP syntaxKeith Packard2018-10-06
| | | | | | | Add blank line between header and content. Make error pages have actual HTML content. Signed-off-by: Keith Packard <keithp@keithp.com>
* map-server: Add maps proxy serverKeith Packard2018-10-06
This creates a map proxy server to handle the new Google Maps API requirements Signed-off-by: Keith Packard <keithp@keithp.com>