With this little change, choropleth maps get rendered with VML, albeit without borders on the polygons. Fixes #17.
I noticed another issue when debugging with the showcase/choropleth example on IE8: downloading the SVG via ajax fails with a parsererror, which goes away if you remove the DOCTYPE from the SVG file. In another test, in my application, an SVG with DOCTYPE was loaded with no error. Not sure what's going on here.
With this little change, choropleth maps get rendered with VML, albeit without borders on the polygons. Fixes #17.
I noticed another issue when debugging with the
showcase/choropleth
example on IE8: downloading the SVG via ajax fails with a parsererror, which goes away if you remove the DOCTYPE from the SVG file. In another test, in my application, an SVG with DOCTYPE was loaded with no error. Not sure what's going on here.