[OpenLayers-Trac] [OpenLayers] #1477: VML renderer draws features in the upperleft corner of the map pane
OpenLayers
trac at openlayers.org
Wed Apr 2 05:28:35 EDT 2008
#1477: VML renderer draws features in the upperleft corner of the map pane
-------------------------+--------------------------------------------------
Reporter: openlayers | Owner:
Type: bug | Status: new
Priority: major | Milestone: 2.6 Release
Component: general | Version: 2.6 RC1
Resolution: | Keywords:
State: |
-------------------------+--------------------------------------------------
Comment (by openlayers):
Maybe some other library that I'm using is already adding that same
namespace. Then the style("position: relative; display: inline-block;")
is never added and that's why the features are on the upperleft corner of
the map. Is this something OpenLayers should handle or what should be done
to fix this? For example Dojo seems to add the same namespace.
From Dojo code: document.namespaces.add("v","urn:schemas-
microsoft-com:vml");
document.createStyleSheet().addRule("v\\:*",
"behavior:url(#default#VML)");
--
Ticket URL: <http://trac.openlayers.org/ticket/1477#comment:6>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list