From 042f2a66983e65e48b4a3e69acdf21d488da8f06 Mon Sep 17 00:00:00 2001 From: viglino Date: Tue, 21 Nov 2023 08:53:39 +0100 Subject: [PATCH] [BUG] bad namespace #1013 --- src/util/getVectorContextStyle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/getVectorContextStyle.js b/src/util/getVectorContextStyle.js index 4cd1dacb..06358c8a 100644 --- a/src/util/getVectorContextStyle.js +++ b/src/util/getVectorContextStyle.js @@ -14,7 +14,7 @@ var ol_ext_getVectorContextStyle = function(e, s) { // Bug with Icon images if (ol_ext_olVersion > 605 - && ol.ext.olVersion < 700 + && ol_ext_olVersion < 700 && ratio !== 1 && (s.getImage() instanceof ol_style_Icon)) { s = s.clone();