aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Link.mjs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Link.mjs b/src/Link.mjs
index c34fefd..9c73918 100644
--- a/src/Link.mjs
+++ b/src/Link.mjs
@@ -128,9 +128,6 @@ export const getMarkersFromMaps = (link) => {
128 renderer.addMarker({ 128 renderer.addMarker({
129 xy: lonLat, 129 xy: lonLat,
130 element, 130 element,
131 // FIXME In conten script, leaflet cannot render marker with HTMLElement
132 // so pass html string here
133 html: svg.html,
134 type, 131 type,
135 anchor: svg.anchor, 132 anchor: svg.anchor,
136 size: svg.size, 133 size: svg.size,