We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b6dec commit 3e5a05cCopy full SHA for 3e5a05c
src/essence/Ancillary/ContextMenu.js
@@ -148,14 +148,14 @@ function showContextMenuMap(e) {
148
}
149
})
150
151
- const geom = F_.simplifyGeometry(l.feature.geometry, 0.0003)
152
-
153
let wkt
154
if (link.indexOf(`{wkt}`) !== -1) {
+ const geom = F_.simplifyGeometry(l.feature.geometry, 0.0003)
155
wkt = geojsonToWKT(geom)
156
link = link.replace(new RegExp(`{wkt}`, 'gi'), wkt)
157
158
if (link.indexOf(`{wkt_}`) !== -1) {
159
160
link = link.replace(
161
new RegExp(`{wkt_}`, 'gi'),
0 commit comments