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
238 stars 176 forks source link

labels overlapped with others #73

Open apachemaven opened 10 years ago

apachemaven commented 10 years ago

Hi:

I found that the labels may overlap with each other once there are a log of features in the certain area, screenshot:http://pbrd.co/RaUk5E.

So I wonder how does vtm handle the overlap problem? Is it necessary to simplify the data in the server side?

hjanetzek commented 10 years ago

The improvement of label and symbol placement is a big fat TODO item on my heap. The current implementation is very limited. There is not overlap checking for the symbols currently but it could be added to the /* add symbol items */ section in LabelPlacement