kartograph / kartograph.js

UNMAINTAINED Open source JavaScript renderer for Kartograph SVG maps
http://kartograph.org
GNU Lesser General Public License v3.0
1.51k stars 227 forks source link

IE7 and IE8 support for choropleth maps #44

Closed mgax closed 11 years ago

mgax commented 11 years ago

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.