summaryrefslogtreecommitdiff
path: root/map-server
Commit message (Collapse)AuthorAge
* altos-mapd: Install altosmapd.jar fileKeith Packard2018-10-06
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-mapd: Make cache service listen queue longerKeith Packard2018-10-06
| | | | | | Just in case the service gets busy, make the listen queue longer. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-mapd: Clean up log messagesKeith Packard2018-10-06
| | | | | | | Generate a single log message per request with remote address, parameters and result code. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-mapd: remove debug printfKeith 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-mapd: Add geo-fencing for map requests. Add port and key argumentsKeith Packard2018-10-06
| | | | | | | | | | | | Map requests are now limited to a region within 17km of any registered launch site. The --port argument allows the listen port to be changed. The --key argument provides the name of a file containing the Google maps API key. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-mapd: Use command line to pass map directory inKeith Packard2018-10-06
| | | | | | Don't bother with a default value, just require a command line param. 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>