Changes between Version 4 and Version 5 of Styles/Admin_Boundaries
- Timestamp:
- 2024-03-31T19:35:30+02:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Admin_Boundaries
v4 v5 61 61 setting::protected_area { 62 62 type: boolean; 63 label: tr("Protected_area & National_park");63 label: tr("Protected_area, National_park & Regional_park"); 64 64 default: true; 65 65 } … … 67 67 /* Pseudo Classes + distinct colors by territory */ 68 68 69 area[boundary][setting("protected_area")][boundary=~/(protected_area|national_park)/] 69 area[boundary][setting("protected_area")][boundary=~/(protected_area|national_park|Regional_park)/] 70 70 {set t_protected; 71 71 width: 4;
