|
From: Jesse E. <je...@re...> - 2005-04-12 17:28:15
|
On Sat, 2005-04-09 at 16:54 +1100, Martin Desruisseaux wrote: > Christopher Shreve a =C3=A9crit : > > I have a shapefile of some streets and I am labeling these=20 > > streets=E2=80=A6 however, the labels are too close together and are b= eing written=20 > > on top of One another. Is there a way to space out the labels? Can = I filter out=20 > > any labels that are too close together? >=20 > Which renderer are you using? lite-renderer or J2D-renderer? >=20 > Martin. >=20 LiteRenderer2 takes care of this problem. It is going to replace LiteRenderer in the near future but up until now it has still be a kind of proof of concept. uDig and Geoserver now use it so you can use it safely. It has much better labeling than LiteRenderer and has reprojection support. It has the same API as LiteRenderer so you can just swap it with LiteRenderer. Jesse |