]> git.street.me.uk Git - andy/viking.git/commit
Add and use capability of defined individual map types zoom minimum and maximum levels.
authorRob Norris <rw_norris@hotmail.com>
Mon, 25 Aug 2014 13:57:52 +0000 (14:57 +0100)
committerRob Norris <rw_norris@hotmail.com>
Sat, 13 Sep 2014 08:15:37 +0000 (09:15 +0100)
commite633ddef6606305f9a04321dc390d58f21e049e7
tree3557a8585fb830f6f2f01690031d80d5ffb2c8d6
parent0c0b650b11ab46ec0ce0dc68e7c81b6936b7c2e6
Add and use capability of defined individual map types zoom minimum and maximum levels.

Various tile servers have differing zoom extents.
Thus don't need to generate download requests that we know are going to fail.
The zoom levels can be customized for new maps.

NB this only caters for zoom levels that don't vary across the world.
It is possible some tile servers support differing zoom levels in different regions.
data/maps.xml
doc/examples/maps.xml
help/C/viking.xml
help/viking.xml
src/bingmapsource.c
src/bluemarble.c
src/osm.c
src/vikmapslayer.c
src/vikmapsource.c
src/vikmapsource.h
src/vikslippymapsource.c