[OpenLayers-Trac] Re: [OpenLayers] #3452: Panning doesn't redraw map vectors (linestrings) in Firefox

OpenLayers trac-20090302 at openlayers.org
Wed Aug 10 06:46:40 EDT 2011


#3452: Panning doesn't redraw map vectors (linestrings) in Firefox
--------------------------+-------------------------------------------------
 Reporter:  imanfafa      |       Owner:  crschmidt       
     Type:  bug           |      Status:  new             
 Priority:  critical      |   Milestone:  2.12 Release    
Component:  Layer.Vector  |     Version:  2.10            
 Keywords:                |       State:  Needs Discussion
--------------------------+-------------------------------------------------

Comment(by imanfafa):

 Replying to [comment:4 erilem]:
 > A full example would help. For example, in the code snippet you provided
 I don't know what {{{result}}} and {{{GetWGSPoint}}} are.

 I have found the solution and it was Firefox rendering problem, which I
 have assigned the vector renderer to "SVG2" and the problem has partly
 been solved. but not completely. because when I zoom-in the map to scales
 larger than 100m, all vectors are being hidden and when I zoom-out the map
 the vectors are being shown.

 The problem is a rendering bug and I'm searching thru the solution yet.

 This is the change:
 {{{
 lineLayer = new OpenLayers.Layer.Vector("Line Layer", {renderers: ["SVG2",
 "VML", "Canvas"]});
 }}}

-- 
Ticket URL: <http://trac.openlayers.org/ticket/3452#comment:5>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list