On 10-09-09 02:52 PM, Alexandre Dube wrote:
Hi,
In the following demo application [1], there's a bunch of vector
point features with labels. If you zoom in a little, more appear.
The circles correctly overlaps but not the labels (labels from below
circles are rendered on top of top circles, causing the effects you
see). Looking at the html, we can see that the circles and labels are
not rendered together (in the same dom container), thus causing this
problem.
Other than using the cluster strategy, is there anything I can do to
avoid this issue ?
I was so happy when I found this workaround to make the text features
rendered in the same container having the vector features :
layer.renderer.textRoot = layer.renderer.vectorRoot;
But (cursing IE again) it doesn't work with VML.
Any more hints would be appreciated,
Alexandre
Many thanks,
[1] http://bs-dev2.mapgears.com/webmap/
--
Alexandre Dubé
Mapgears
www.mapgears.com
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users