]> git.street.me.uk Git - andy/viking.git/commit - src/bingmapsource.c
Add support for Bing maps
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 27 Mar 2011 21:06:25 +0000 (23:06 +0200)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 27 Mar 2011 21:10:23 +0000 (23:10 +0200)
commit9f58c4b4841869d578c2047cd4774179a8919fa7
treed612a4dfcd588cd3639a5d542ad9fff1e74bf39c
parent68b1d6c024034887fc732d9b5eb2d5fd99f395b1
Add support for Bing maps

This implementation is quite rude as:
* logo is built-in, while a right solution would be to download
  the logo and caching the result in viking's cache.
* attributions are downloaded at first need, without automatically
  refreshing vikviewport, while a right solution would be to cache
  the file in viking's cache.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
12 files changed:
configure.ac
src/Makefile.am
src/bing.c [new file with mode: 0644]
src/bing.h [new file with mode: 0644]
src/bingmapsource.c [new file with mode: 0644]
src/bingmapsource.h [new file with mode: 0644]
src/icons/Makefile.am
src/icons/bing_maps.png [new file with mode: 0644]
src/modules.c
src/vikmapsourcedefault.c
src/vikslippymapsource.c
src/vikslippymapsource.h