Skip to content

Commit fa8dd14

Browse files
good
1 parent 3b6bf2d commit fa8dd14

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/map/MapManager.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ export class MapManager {
2424
maxBoundsViscosity: 1.0, // Make bounds hard limit
2525
});
2626

27-
// Add tile layer with CORS enabled for export
28-
L.tileLayer('https://tile.mierune.co.jp/mierune_mono/{z}/{x}/{y}.png', {
29-
attribution:
30-
"Maptiles by <a href='http://mierune.co.jp/' target='_blank'>MIERUNE</a>, under CC BY. Data by <a href='http://osm.org/copyright' target='_blank'>OpenStreetMap</a> contributors, under ODbL.",
27+
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
28+
attribution: '© OpenStreetMap contributors',
3129
crossOrigin: 'anonymous',
32-
noWrap: true, // Prevent tile wrapping
30+
noWrap: true
3331
}).addTo(this.map);
3432

3533
// Add scale control

0 commit comments

Comments
 (0)