PluginProbe
Leaflet Map / 2.17.2
Leaflet Map v2.17.2
3.4.7 3.4.6 trunk 2.10.0 2.10.1 2.11.0 2.11.1 2.11.2 2.11.3 2.11.4 2.11.5 2.12.0 2.13.0 2.14.0 2.15.0 2.16.0 2.16.1 2.16.2 2.17.0 2.17.1 2.17.2 2.17.3 2.18.0 2.19.0 2.19.1 All 49 releases
leaflet-map / scripts / leaflet-svg-icon.min.js

leaflet-svg-icon.min.js in Leaflet Map 2.17.2, at scripts/leaflet-svg-icon.min.js

2 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 window.WPLeafletMapPlugin=window.WPLeafletMapPlugin||[],window.WPLeafletMapPlugin.unshift((function(){L.SVGIcon=L.Icon.extend({options:{iconSize:[26,42],popupAnchor:[1,-42],tooltipAnchor:[16,-28],iconClass:"",background:"#2b82cb",color:"white"},createIcon:function(t){var e=t&&"DIV"===t.tagName?t:document.createElement("div"),n=this.options.iconSize,i=n[0],o=n[1],a=function(t,e){var n=document.createElementNS("http://www.w3.org/2000/svg",t);for(var i in e)n.setAttribute(i,e[i]);return n},r=a("svg",{viewBox:"0 0 365 560"}),c=a("path",{fill:this.options.background,d:"M182.9,551.7c0,0.1,0.2,0.3,0.2,0.3S358.3,283,358.3,194.6c0-130.1-88.8-186.7-175.4-186.9C96.3,7.9,7.5,64.5,7.5,194.6c0,88.4,175.3,357.4,175.3,357.4S182.9,551.7,182.9,551.7z"});r.appendChild(c),e.appendChild(r),e.setAttribute("style","margin-left: "+-i/2+"px;margin-top: "+-o+"px;width: "+i+"px;height: "+o+"px;");var l=document.createElement("i");return l.className=this.options.iconClass,l.setAttribute("style","position:absolute;top: 20%;left: 50%;transform: translate3d(-50%, -20%, 0);color: "+this.options.color+";line-height: 0;display: flex;justify-content: center;align-items: center;"),e.appendChild(l),e}}),L.SVGMarker=L.Marker.extend({initialize:function(t,e){e=e||{};var n=L.extend({},L.SVGIcon.prototype.options,e);e.icon=new L.SVGIcon(n),L.Marker.prototype.initialize.call(this,t,e)}})}));
2