LGro / coagulate

Staying in contact, with privacy friendly contact synchronization and location sharing powered by Veilid.
https://coagulate.social
Mozilla Public License 2.0
9 stars 0 forks source link

Retina mode for map #7

Open LGro opened 4 months ago

LGro commented 4 months ago

On high density displays, the mapbox map embedded in lib/map.dart can look slightly blurry. Enable retina mode when appropriate by adding {r} to the urlTemplate along with handling retinaMode.isHighDensity and TileLayer.retinaMode accordingly. See https://docs.fleaflet.dev/layers/tile-layer#retina-mode for more details.