On Thu, Sep 27, 2007 at 12:48:03PM -0600, Linda Rawson wrote: > That would be fine if I was only drawing one box. My problem is I need to > draw hundreds of them and they don't appear at the right location. Their > height is off. The width appears to be fine but the height is not offset. > I still think there is a bug here. I provided a very simple example. If > the box is the same bounds as the viewport then why isn't the box the same > size? It appears to have a problem with the sizing.
I'd recommend not using a Boxes layer. Instead, use a Vector layer and draw a polygon. The boxes layer is, to be honest, bad. It's around because it has always been around, but I don't think it's ever worked. Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
