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:
@@ -1998,6 +1998,36 @@ class AppLocalizationsFr extends AppLocalizations {
|
||||
@override
|
||||
String get wmsOverlays => 'Superpositions WMS';
|
||||
|
||||
@override
|
||||
String get hikingTrails => 'Sentiers de Randonnée';
|
||||
|
||||
@override
|
||||
String get mainRoads => 'Routes Principales';
|
||||
|
||||
@override
|
||||
String get houseNumbers => 'Numéros de Maison';
|
||||
|
||||
@override
|
||||
String get fireHazardZones => 'Zones à Risque d\'Incendie';
|
||||
|
||||
@override
|
||||
String get historicalFires => 'Incendies Historiques';
|
||||
|
||||
@override
|
||||
String get firebreaks => 'Coupe-feu';
|
||||
|
||||
@override
|
||||
String get krasFireZones => 'Zones d\'Incendie Kras';
|
||||
|
||||
@override
|
||||
String get placeNames => 'Noms de Lieux';
|
||||
|
||||
@override
|
||||
String get municipalityBorders => 'Limites Municipales';
|
||||
|
||||
@override
|
||||
String get topographicMap => 'Carte Topographique 1:25000';
|
||||
|
||||
@override
|
||||
String get recentMessages => 'Messages Récents';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user