Skip to content
Snippets Groups Projects
Commit e2cbf53a authored by zksx's avatar zksx
Browse files

cleaned up left over code

parent c6d7dfcb
No related branches found
No related tags found
No related merge requests found
...@@ -531,6 +531,7 @@ L.SLDStyler = L.Class.extend({ ...@@ -531,6 +531,7 @@ L.SLDStyler = L.Class.extend({
create_svg(symbol) create_svg(symbol)
{ {
var svgElement = null; var svgElement = null;
svgElement = document.createElementNS("http://www.w3.org/2000/svg", "svg"); svgElement = document.createElementNS("http://www.w3.org/2000/svg", "svg");
svgElement.setAttribute('xmlns', "http://www.w3.org/2000/svg"); svgElement.setAttribute('xmlns', "http://www.w3.org/2000/svg");
svgElement.innerHTML = symbol; svgElement.innerHTML = symbol;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment