diff --git a/src/public/app/widgets/geo_map.ts b/src/public/app/widgets/geo_map.ts index da3d0f014..d4b7a1792 100644 --- a/src/public/app/widgets/geo_map.ts +++ b/src/public/app/widgets/geo_map.ts @@ -54,7 +54,8 @@ export default class GeoMapWidget extends NoteContextAwareWidget { } L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { - attribution: '© OpenStreetMap contributors' + attribution: '© OpenStreetMap contributors', + detectRetina: true }).addTo(map); }); }