mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 17:30:28 +00:00
feat: Add zoom level clamping for WMS layer switching and improve message filtering in simple mode
This commit is contained in:
@@ -1810,6 +1810,18 @@ abstract class AppLocalizations {
|
||||
/// **'Map follows your direction when moving'**
|
||||
String get mapFollowsDirection;
|
||||
|
||||
/// Button to reset map rotation to north
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Reset Rotation'**
|
||||
String get resetMapRotation;
|
||||
|
||||
/// Tooltip for reset rotation button
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Reset map to north'**
|
||||
String get resetMapRotationTooltip;
|
||||
|
||||
/// Toggle for showing map debug information
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user