Skip to content

Commit

Permalink
Update and rename app1.js to bapp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Dec 21, 2024
1 parent dbd90e6 commit 3d6fbbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app1.js → docs/bapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -6890,7 +6890,7 @@
title: "MIERUNE Streets",
id: "m_streets",
source: new Pa({
url: "https://api.maptiler.com/maps/jp-mierune-streets/256/{z}/{x}/{y}.png?key=giAeaRZBFWKqrzIDD5Se",
url: "https://tile.mierune.co.jp/mierune/{z}/{x}/{y}.png'",
attributions: '<a href="https://maptiler.jp/" target="_blank">&copy; MIERUNE</a> <a href="https://www.maptiler.com/copyright/" target="_blank">&copy; MapTiler</a> <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>',
attributionsCollapsible: !1,
tileSize: [256, 256],
Expand All @@ -6903,7 +6903,7 @@
title: "MIERUNE Gray",
id: "m_gray",
source: new Pa({
url: "https://api.maptiler.com/maps/jp-mierune-gray/256/{z}/{x}/{y}.png?key=giAeaRZBFWKqrzIDD5Se",
url: "https://tile.mierune.co.jp/mierune_mono/{z}/{x}/{y}.png",
attributions: '<a href="https://maptiler.jp/" target="_blank">&copy; MIERUNE</a> <a href="https://www.maptiler.com/copyright/" target="_blank">&copy; MapTiler</a> <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>',
attributionsCollapsible: !1,
tileSize: [256, 256],
Expand Down

0 comments on commit 3d6fbbe

Please sign in to comment.