mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-14 09:50:30 +00:00
Add WMS overlays for hiking trails, main roads, house numbers, fire hazard zones, historical fires, firebreaks, Kras fire zones, place names, and municipality borders
- Updated localization files for German, English, Spanish, French, Croatian, Italian, and Slovenian to include new overlay labels. - Implemented new WMS layers in the map provider and map tab for displaying hiking trails, main roads, house numbers, fire hazard zones, historical fires, firebreaks, Kras fire zones, place names, and municipality borders. - Added toggle functionality for each new overlay in the map provider. - Enhanced the map tab UI to include checkboxes for the new overlays, allowing users to enable or disable them. - Integrated the new WMS layers into the map rendering logic.
This commit is contained in:
@@ -1969,6 +1969,36 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get wmsOverlays => 'WMS Overlays';
|
||||
|
||||
@override
|
||||
String get hikingTrails => 'Hiking Trails';
|
||||
|
||||
@override
|
||||
String get mainRoads => 'Main Roads';
|
||||
|
||||
@override
|
||||
String get houseNumbers => 'House Numbers';
|
||||
|
||||
@override
|
||||
String get fireHazardZones => 'Fire Hazard Zones';
|
||||
|
||||
@override
|
||||
String get historicalFires => 'Historical Fires';
|
||||
|
||||
@override
|
||||
String get firebreaks => 'Firebreaks';
|
||||
|
||||
@override
|
||||
String get krasFireZones => 'Kras Fire Zones';
|
||||
|
||||
@override
|
||||
String get placeNames => 'Place Names';
|
||||
|
||||
@override
|
||||
String get municipalityBorders => 'Municipality Borders';
|
||||
|
||||
@override
|
||||
String get topographicMap => 'Topographic Map 1:25000';
|
||||
|
||||
@override
|
||||
String get recentMessages => 'Recent Messages';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user