]> git.street.me.uk Git - andy/viking.git/commit - help/viking.xml.in
Add and use capability of defined area by min/max lat/lons for map types.
authorRob Norris <rw_norris@hotmail.com>
Mon, 15 Sep 2014 20:04:05 +0000 (21:04 +0100)
committerRob Norris <rw_norris@hotmail.com>
Mon, 15 Sep 2014 20:04:05 +0000 (21:04 +0100)
commit2113a507ea6e188bf41f8c5b5a63ab8890c40555
tree7f4f5745e8bda5d8ad77e57e3dc392d04d997854
parente64708102df67db1a8cb715c1af21fae9b903abb
Add and use capability of defined area by min/max lat/lons for map types.

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

NB this only caters for a simple rectangular bounding box, rather then bounding polygon.
All built in maps have world wide coverage.
Only the extension configured map CalTopo is effected limited area to the US.
data/maps.xml
doc/examples/maps.xml
help/C/viking.xml
help/viking.xml
src/vikmapslayer.c
src/vikmapsource.c
src/vikmapsource.h
src/vikslippymapsource.c