mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-14 01:40: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:
@@ -1979,6 +1979,36 @@ class AppLocalizationsSl extends AppLocalizations {
|
||||
@override
|
||||
String get wmsOverlays => 'WMS prekrivanja';
|
||||
|
||||
@override
|
||||
String get hikingTrails => 'Planinske poti';
|
||||
|
||||
@override
|
||||
String get mainRoads => 'Glavne ceste';
|
||||
|
||||
@override
|
||||
String get houseNumbers => 'Hišne številke';
|
||||
|
||||
@override
|
||||
String get fireHazardZones => 'Požarna ogroženost';
|
||||
|
||||
@override
|
||||
String get historicalFires => 'Zgodovinski požari';
|
||||
|
||||
@override
|
||||
String get firebreaks => 'Protipožarne preseke';
|
||||
|
||||
@override
|
||||
String get krasFireZones => 'Kraška požarišča';
|
||||
|
||||
@override
|
||||
String get placeNames => 'Zemljepisna imena';
|
||||
|
||||
@override
|
||||
String get municipalityBorders => 'Občinske meje';
|
||||
|
||||
@override
|
||||
String get topographicMap => 'Topografska karta 1:25000';
|
||||
|
||||
@override
|
||||
String get recentMessages => 'Nedavna sporočila';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user