Skip to content

Commit 81e6525

Browse files
committed
Fix oddly reverted upstream change
1 parent f685c29 commit 81e6525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapml/utils/Util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ export const Util = {
680680
text.slice(-14) === '</map-feature>'
681681
) {
682682
let layer =
683-
`<layer- label="${mapEl.locale.dfPastedLayer}" checked>
683+
`<map-layer label="${mapEl.locale.dfPastedLayer}" checked>
684684
<map-meta name='projection' content='${mapEl.projection}'></map-meta>` +
685685
text +
686686
'</map-layer>';

0 commit comments

Comments
 (0)