Skip to content

Commit

Permalink
[BUG] bad namespace #1013
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Nov 21, 2023
1 parent 6df96ad commit 042f2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/getVectorContextStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 042f2a6

Please sign in to comment.