Skip to content

Commit

Permalink
Fix typo / stray change
Browse files Browse the repository at this point in the history
  • Loading branch information
prushforth committed Oct 18, 2024
1 parent 3da580b commit 07a5208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mapml/utils/Util.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ export const Util = {
text +
'" label="' +
mapEl.locale.dfLayer +
'" checked=""></map-layer>';
'" checked=""></layer->';
mapEl.insertAdjacentHTML('beforeend', l);
mapEl.lastElementChild.whenReady().catch(() => {
if (mapEl) {
Expand All @@ -677,7 +677,7 @@ export const Util = {
text.slice(-14) === '</map-feature>'
) {
let layer =
`<map-layer label="${mapEl.locale.dfPastedLayer}" checked>
`<layer- label="${mapEl.locale.dfPastedLayer}" checked>
<map-meta name='projection' content='${mapEl.projection}'></map-meta>` +
text +
'</layer->';
Expand Down

0 comments on commit 07a5208

Please sign in to comment.