| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
We limit tile queries to those within 17km of a known launch
site. Change the check to look at the portion of the tile nearest each
launch site, instead of only checking the center location of the tile.
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
| |
Just bail if the data we receive doesn't generate a json value.
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
| |
Generate a single log message per request with remote address,
parameters and result code.
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
This creates a map proxy server to handle the new Google Maps API requirements
Signed-off-by: Keith Packard <keithp@keithp.com>
|