]> Pileus Git - grits/commit
Improve rendering of non lat-lon tiles tms
authorAndy Spencer <andy753421@gmail.com>
Mon, 30 Jan 2012 07:50:27 +0000 (07:50 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 30 Jan 2012 08:16:09 +0000 (08:16 +0000)
commitb17ac2ecee76552feed27813f08d1e7087f26c6c
tree6774563b6a48123f13101eac59fc4315901a1973
parentd933d7f51e20beb0ea3cc1d1bffb07af68828198
Improve rendering of non lat-lon tiles

There have been a long standing bugs related to this..
Up until now the solution was to only use tiles that split along
lat-long lines and to also split the geometry (in roam) along the same
lines.

Hopefully this allows tiles to be rendered properly.

See examples/tex.c for details of how this rendering works.
src/objects/grits-tile.c