Hi, please post such messages to the mailing list next time, so other users can participate.
On Sat, Feb 9, 2008 at 10:51 PM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > I stripped down my map code into a pretty simple example that still shows > the one element getting rendered in the wrong location when zoomed in close. > All you have to do is unzip the attached file and copy the mapbuilder "lib" > directory from head into the extracted directory. Then open the index.html. > You'll see 6 facilities displayed by icons (these will refresh from the > points.xml file every 10 seconds), zoom in on the icon near the city of > Nashua (if you click it, it will be called facility3). If you zoom in to > around 6000, you'll see that after the timer refreshes, you still see only 1 > icon displayed. If you zoom in one more level, which will be around 3000 or > so, after the timer refreshes again, you'll see facility4 (I think is the > one) appear in the upper left corner of the window (and facility 3 will > still be where it was). If you pan the window and let it refresh again, the > icon will reposition itself at the top left. Ok, I could reproduce the bug, and after heavy and time-consuming research, I was able to track it down to a bug in the OpenLayers SVG renderer. A fix is pending upstream (http://trac.openlayers.org/ticket/1360), and the patch is already applied to Mapbuilder trunk. So this is now fixed. > One more quick note, I noticed that a popup tip can position itself with the > "X" button off the view where someone can't close it. I think by panning > the window it will become visible. But just something to note for when your > bored on a rainy day. :) There is one immediate solution to that: ensure that your popup is not larger than 1/2 of the x and 1/2 of the y size of your map pane. Then this will not happen. OpenLayers 2.6 will most likely ship with new fancy popups (like those in Google Maps), and if using those in Mapbuilder is desired, patches for a different/updated TipWidgetOL are welcome. Regards, Andreas. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ mapbuilder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
