google maps - MarkerClusterer doesn't display icon in IE10 -
if view following example http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/examples/advanced_example.html in ie10 - shows points not cluster icons.
anyone know problem / if there fix?
i've had same issue, need add following code inside head section of page force browser ie9 mode
<meta http-equiv="x-ua-compatible" content="ie=9"/> if displaying map inside iframe, must added master page.
n.b. need close , re-open browser in order see map working correctly.
for more information see this working example.
Comments
Post a Comment