mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
feat(geo_map): enable retina detection
This commit is contained in:
parent
f5b0c3b68b
commit
1bf2f10c98
@ -54,7 +54,8 @@ export default class GeoMapWidget extends NoteContextAwareWidget {
|
||||
}
|
||||
|
||||
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
|
||||
detectRetina: true
|
||||
}).addTo(map);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user