aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-28 10:41:55 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-28 12:24:12 +0800
commit42136919f1e5ffe31b2c783e30a121741deac49d (patch)
tree3d003363355e3b89bb7dfa309efa58c741105e18
parent1b387119cd06f7ccc20e7f5cd6715a57f79cbc1a (diff)
chore: remove unused option by latest mapclay API
-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,