opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
237 stars 176 forks source link

buildings crossing tile boundary not fully filled #124

Open stleusc opened 9 years ago

stleusc commented 9 years ago

image

The building crosses a tile boundary. This happens with the version from a few days ago but also with the latest and greatest that fixed the other artifacts. Seems to be a different issue....

hjanetzek commented 9 years ago

This is caused by the tile clipper which may introduce duplicate points which the tessellator cannot handle properly. One could disable clipping for buildings in MapDatabase... or fix the clipper :)