wketting

Results 1 comments of wketting

The problem is here: https://github.com/Viglino/ol-ext/blob/ffe16b5ea449376fc52f3f5dd524ec3047a619a3/src/util/getVectorContextStyle.js#L16 this line should be extended to: ``` if (ol_ext_olVersion > 605 && ol.ext.olVersion < 700 && ratio !== 1 && (s.getImage() instanceof ol_style_Icon)) { ```...