[OpenLayers-Users] Re: SVG Overlay
fatzopilot
fatzopilot at gmx.net
Mon Jan 23 18:03:31 EST 2012
That did the trick, thanks!
There was <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
in the GWT-Openlayers showcase startpage which does not work. Omitting the
doctype does not work either.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/strict.dtd"> and <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> for
example work as well.
As far as I can judge it, it seems like it does not work in Quirks mode in
IE9.
More information about the Users
mailing list