Ran into an issue with ie-css3.htc (thus border-radius.htc) interfering with
the ajax version of bing maps. The issue is that they both use the "v"
namespace. This was preventing colors from showing up properly on the bing
maps. Solution was to change the ie-css3.htc namespaces to something like
"vmlNamespace". If you search the htc file for "v//" or "v:" you should find
all the instances that you have to change. As well as the line
if (!document.namespaces.v) { document.namespaces.add("v",
"urn:schemas-microsoft-com:vml"); }
Original issue reported on code.google.com by sai...@gmail.com on 31 Aug 2011 at 7:44
Original issue reported on code.google.com by
sai...@gmail.com
on 31 Aug 2011 at 7:44