Skip to content

Commit

Permalink
Fix oddly reverted upstream change
Browse files Browse the repository at this point in the history
  • Loading branch information
prushforth committed Oct 25, 2024
1 parent f685c29 commit 81e6525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapml/utils/Util.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ export const Util = {
text.slice(-14) === '</map-feature>'
) {
let layer =
`<layer- label="${mapEl.locale.dfPastedLayer}" checked>
`<map-layer label="${mapEl.locale.dfPastedLayer}" checked>
<map-meta name='projection' content='${mapEl.projection}'></map-meta>` +
text +
'</map-layer>';
Expand Down

0 comments on commit 81e6525

Please sign in to comment.