Ticket #581: iconId.patch
| File iconId.patch, 0.5 kB (added by euzuro, 2 years ago) |
|---|
-
lib/OpenLayers/Icon.js
old new 47 47 -(size.h/2)); 48 48 }; 49 49 50 this.imageDiv = OpenLayers.Util.createAlphaImageDiv(); 50 var id = OpenLayers.Util.createUniqueID("OL_Icon_"); 51 this.imageDiv = OpenLayers.Util.createAlphaImageDiv(id); 51 52 }, 52 53 53 54 destroy: function() {
