diff --git a/lib/widgets/fullscreen/info/location_section.dart b/lib/widgets/fullscreen/info/location_section.dart index 380bdbc59..4dac6a6ba 100644 --- a/lib/widgets/fullscreen/info/location_section.dart +++ b/lib/widgets/fullscreen/info/location_section.dart @@ -138,6 +138,7 @@ class _LocationSectionState extends State { void _handleChange() => setState(() {}); } +// browse providers at https://leaflet-extras.github.io/leaflet-providers/preview/ enum EntryMapStyle { google, osmHot, stamenToner, stamenWatercolor } extension ExtraEntryMapStyle on EntryMapStyle {