mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 17:30:28 +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:
@@ -1989,6 +1989,36 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
@override
|
||||
String get wmsOverlays => 'Sovrapposizioni WMS';
|
||||
|
||||
@override
|
||||
String get hikingTrails => 'Sentieri Escursionistici';
|
||||
|
||||
@override
|
||||
String get mainRoads => 'Strade Principali';
|
||||
|
||||
@override
|
||||
String get houseNumbers => 'Numeri Civici';
|
||||
|
||||
@override
|
||||
String get fireHazardZones => 'Zone a Rischio Incendio';
|
||||
|
||||
@override
|
||||
String get historicalFires => 'Incendi Storici';
|
||||
|
||||
@override
|
||||
String get firebreaks => 'Fasce Tagliafuoco';
|
||||
|
||||
@override
|
||||
String get krasFireZones => 'Zone di Incendio Kras';
|
||||
|
||||
@override
|
||||
String get placeNames => 'Nomi di Luoghi';
|
||||
|
||||
@override
|
||||
String get municipalityBorders => 'Confini Comunali';
|
||||
|
||||
@override
|
||||
String get topographicMap => 'Carta Topografica 1:25000';
|
||||
|
||||
@override
|
||||
String get recentMessages => 'Messaggi Recenti';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user