<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/map-server, branch debian/1.8.7-2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.7-2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.7-2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-10-07T22:32:17+00:00</updated>
<entry>
<title>altos-mapd: Add --max-zoom to limit tile loading. Set default to 15.</title>
<updated>2018-10-07T22:32:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T22:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=746ad2c385046c77831b43291ef4335a11e5bfab'/>
<id>urn:sha1:746ad2c385046c77831b43291ef4335a11e5bfab</id>
<content type='text'>
This ensures that we won't end up serving huge numbers of high
resolution images.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos-mapd: Check nearest portion of tile to launch site</title>
<updated>2018-10-07T20:08:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T20:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e7e1e805f1358052b33103a2ffdd4e9c435c8650'/>
<id>urn:sha1:e7e1e805f1358052b33103a2ffdd4e9c435c8650</id>
<content type='text'>
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 &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos-map: Switch from json FD ops to json FILE ops</title>
<updated>2018-10-07T17:32:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T17:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=581f700e08ec8a1c3bfc5a09e7186676c54a5460'/>
<id>urn:sha1:581f700e08ec8a1c3bfc5a09e7186676c54a5460</id>
<content type='text'>
Older versions (in Debian stable) do not have the fd-based operations.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos-mapd: Handle clients failing to send valid JSON</title>
<updated>2018-10-07T17:03:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T17:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6f911b92652de890ebff67b3b28f21a36f300ebf'/>
<id>urn:sha1:6f911b92652de890ebff67b3b28f21a36f300ebf</id>
<content type='text'>
Just bail if the data we receive doesn't generate a json value.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>map-server: Implement altos-map in C</title>
<updated>2018-10-07T16:38:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T16:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=af678be97e419a1167a0630f28bcaba82d67929b'/>
<id>urn:sha1:af678be97e419a1167a0630f28bcaba82d67929b</id>
<content type='text'>
This app is all about startup time, and java starts
slowly. Re-implement in C to improve server performance.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos-mapd: Install systemd service file and defaults file</title>
<updated>2018-10-07T05:22:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T05:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=417ec9c2a42bbe74f3aba4d00b42eb14dd6eb079'/>
<id>urn:sha1:417ec9c2a42bbe74f3aba4d00b42eb14dd6eb079</id>
<content type='text'>
This lets the map service 'just work' if enabled.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos-map: Support version query from application</title>
<updated>2018-10-07T04:34:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T04:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=64d6689f97dfbed13533350dcb75a0a6a3d11c78'/>
<id>urn:sha1:64d6689f97dfbed13533350dcb75a0a6a3d11c78</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos-mapd: Install altosmapd.jar file</title>
<updated>2018-10-07T04:28:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T04:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a203aa6e3ed67337b752f939da956856e208c28b'/>
<id>urn:sha1:a203aa6e3ed67337b752f939da956856e208c28b</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos-mapd: Make cache service listen queue longer</title>
<updated>2018-10-07T04:27:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T04:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1b841e14d11b3a9e7a754730b1d87b30d22f3dd4'/>
<id>urn:sha1:1b841e14d11b3a9e7a754730b1d87b30d22f3dd4</id>
<content type='text'>
Just in case the service gets busy, make the listen queue longer.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos-mapd: Clean up log messages</title>
<updated>2018-10-07T04:27:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T04:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=02adfb13297f7dffcd8edcdd3b8747cf52b2a70b'/>
<id>urn:sha1:02adfb13297f7dffcd8edcdd3b8747cf52b2a70b</id>
<content type='text'>
Generate a single log message per request with remote address,
parameters and result code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
