map-server: Add maps proxy server
authorKeith Packard <keithp@keithp.com>
Sat, 6 Oct 2018 23:04:39 +0000 (16:04 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 6 Oct 2018 23:04:39 +0000 (16:04 -0700)
commit3b817a2b854065af23c9ec8e849150e6930f51e9
tree39e71f0f935b1fcc63654202d2d64066710095b7
parent5a95ed9c9419c15352b8dc1d895c9adce30f99f5
map-server: Add maps proxy server

This creates a map proxy server to handle the new Google Maps API requirements

Signed-off-by: Keith Packard <keithp@keithp.com>
16 files changed:
Makefile.am
altoslib/AltosMapStore.java
configure.ac
map-server/Makefile.am [new file with mode: 0644]
map-server/altos-map/.gitignore [new file with mode: 0644]
map-server/altos-map/AltosMap.java [new file with mode: 0644]
map-server/altos-map/Makefile.am [new file with mode: 0644]
map-server/altos-map/Manifest.txt [new file with mode: 0644]
map-server/altos-map/altos-map-fake [new file with mode: 0755]
map-server/altos-mapd/.gitignore [new file with mode: 0644]
map-server/altos-mapd/AltosMapd.java [new file with mode: 0644]
map-server/altos-mapd/AltosMapdClient.java [new file with mode: 0644]
map-server/altos-mapd/AltosMapdPreferences.java [new file with mode: 0644]
map-server/altos-mapd/AltosMapdServer.java [new file with mode: 0644]
map-server/altos-mapd/Makefile.am [new file with mode: 0644]
map-server/altos-mapd/Manifest.txt [new file with mode: 0644]