diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-28 10:41:55 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-28 12:24:12 +0800 |
commit | 42136919f1e5ffe31b2c783e30a121741deac49d (patch) | |
tree | 3d003363355e3b89bb7dfa309efa58c741105e18 | |
parent | 1b387119cd06f7ccc20e7f5cd6715a57f79cbc1a (diff) |
chore: remove unused option by latest mapclay API
-rw-r--r-- | src/Link.mjs | 3 |
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, |